-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
24 lines (20 loc) · 740 Bytes
/
Gemfile
File metadata and controls
24 lines (20 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
source "https://rubygems.org"
gem "rake"
gem "motion-cocoapods"
gem "redpotion"
gem "motion-yaml", "1.4" # Version 1.5 breaks CDQ
gem "afmotion" # Networking
# Debugging tools
gem "newclear" # Completely wipe out the simulator and rebuild
gem "bubble-wrap", "~> 1.8.0"
gem 'motion-plot'
# Optional
# gem "ProMotion-form"
# 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"