mirror of
https://github.com/zhigang1992/Progress-backup.git
synced 2026-01-12 22:40:29 +08:00
14 lines
398 B
Ruby
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
|