Files
Progress-backup/Podfile
2013-02-27 01:21:27 +08:00

15 lines
440 B
Ruby

platform :ios, '6.0'
pod 'MagicalRecord', '~> 2.0.8'
pod 'GoogleAnalytics-iOS-SDK', '~> 2.0beta3'
pod 'NUI', '~>0.2.1'
pod 'RDActionSheet', '~>0.0.1'
pod 'AHAlertView', '~>0.0.2'
pod 'GVUserDefaults', '~>0.9.0'
pod 'SVProgressHUD', '~>0.9'
pod 'ZGPullDragScrollView', '~>0.0.1'
target :ProgressTests, :exclusive => true do
pod 'GVUserDefaults', '~>0.9.0'
pod 'SenTestingKitAsync', '~>1.0.2'
end