# 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