mirror of
https://github.com/zhigang1992/RubyMotionContributors.git
synced 2026-01-12 16:42:42 +08:00
25 lines
715 B
Ruby
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"
|