-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile
28 lines (22 loc) · 894 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
source "https://rubygems.org"
gem "rake"
gem "motion-cocoapods"
gem "redpotion"
gem "cdq" # Core Data
gem "motion-yaml", "1.4" # Version 1.5 breaks CDQ
gem "afmotion" # Networking
gem "motion-provisioning"
# Debugging tools
gem "newclear" # Completely wipe out the simulator and rebuild
gem "motion-support"
gem "redpotion-generators"
# Optional
# gem "ProMotion-XLForm"
# gem "ProMotion-push", "~> 0.2" # Push Notifications
# gem "ProMotion-map", "~> 0.3" # PM::MapScreen
# gem "ProMotion-iap" # PM In-app purchases
# gem "ProMotion-menu" # PM Side menu
# gem "motion-mastr" # Attributed strings: https://github.com/skellock/motion-mastr
# gem 'motion-blitz' # Easy HUD with SVProgressHUD
# gem "motion-juxtapose", "~> 0.1" # Screenshot acceptance comparison tool
# gem "bubble-wrap"