Files
RubyMotionContributors/Gemfile
2015-07-14 16:29:48 +08:00

25 lines
715 B
Ruby

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
# Debugging tools
gem "newclear" # Completely wipe out the simulator and rebuild
# 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"