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
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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!
inhibit_all_warnings!
target 'iCemarose' do
# CordovaLib Dependency Pod
#pod 'Cordova'
pod 'Aspects'
pod 'RegexKitLite'
pod 'SAMKeychain'
pod 'RXCollections','~> 1.0'
pod 'TOWebViewController'
pod 'SDCycleScrollView'
#pod 'AFNetworking','~> 3.1'
pod 'PPNetworkHelper'
pod 'JSONModel','~> 1.7.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'
#pod 'Mobile-Buy-SDK',:path => '../Pods/mobile-buy-sdk-ios'
pod 'JLRoutes'
pod 'iCarousel', '~> 1.8'
pod 'MagicalRecord','~> 2.2'
pod 'CHTCollectionViewWaterfallLayout', '~> 0.9.5'
end