Podfile 754 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
# Uncomment this line to define a global platform for your project
 platform :ios, '8.0'
# Uncomment this line if you're using Swift
# use_frameworks!

target 'iCemarose' do

# CordovaLib Dependency Pod
#pod 'Cordova'

pod 'AFNetworking','~> 2.6'
pod 'JSONModel','~> 1.2.0'
pod 'SDWebImage','~> 3.7.1'
pod 'SAMCategories', '~> 0.5.1'
pod 'SAMTextView', '~> 0.2.1'
pod 'SAMTextField', '~> 0.1.1'
pod 'PSAlertView', '1.1'
pod 'MBProgressHUD', '~> 0.8'
pod 'HMSegmentedControl@hons82', '~> 1.3.1'
pod 'MZFormSheetPresentationController'
pod 'MJRefresh', '~> 3.1'
pod 'AFNetworkActivityLogger'
pod 'SFFocusViewLayout', '~> 2.0'
pod 'YYWebImage'
pod 'MagicalRecord','~> 2.2'
pod 'Mobile-Buy-SDK',:git => 'https://github.com/houweibin/mobile-buy-sdk-ios'

end