lib/motion-prime.rb in motion-prime-0.5.2 vs lib/motion-prime.rb in motion-prime-0.5.3

- old
+ new

@@ -1,10 +1,11 @@ require 'motion-require' require 'motion-support' require 'sugarcube-common' require 'bubble-wrap' require 'bubble-wrap/reactor' +require 'rm-digest' require File.expand_path('../../motion-prime/env.rb', __FILE__) require File.expand_path('../../motion-prime/prime.rb', __FILE__) Motion::Require.all(Dir.glob(File.expand_path('../../motion-prime/**/*.rb', __FILE__))) @@ -14,9 +15,8 @@ app.pods do pod 'NanoStore', '~> 2.7.7' pod 'SDWebImage' pod 'SVPullToRefresh' pod 'MBAlertView' - pod 'SDSegmentedControl' - pod 'MBProgressHUD' + pod 'MBProgressHUD', '~> 0.8' end end \ No newline at end of file