Files
Progress-backup/Podfile
2013-02-27 08:31:20 +08:00

14 lines
398 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'
target :ProgressTests, :exclusive => true do
pod 'GVUserDefaults', '~>0.9.0'
pod 'SenTestingKitAsync', '~>1.0.2'
end