| 123456789101112131415161718192021222324252627282930313233343536 |
- # Uncomment the next line to define a global platform for your project
- platform :ios, '10.0'
- inhibit_all_warnings!
- target 'MTP2_iOS' do
- use_frameworks!
-
- #UserInterface
- pod 'SnapKit', '~> 5.0.0'
- pod 'NVActivityIndicatorView', '~> 4.8.0'
- pod 'GTMRefresh'
- pod 'SDWebImage'
- pod 'HandyJSON', '5.0.0-beta.1'
- pod "SDCycleScrollView"
- pod 'WHToast','~>0.0.2'
- pod 'SwiftyAttributes'
- pod 'SwiftDate'
- pod 'CHIPageControl', '~> 0.1.3'
- pod 'IBAnimatable'
- pod 'JXSegmentedView'
-
- #Business Core
- pod 'SwiftProtobuf'
- pod 'DeviceKit'
-
- #Network Core
- pod 'DataCompression'
- pod 'CryptoSwift'
- pod 'IQKeyboardManagerSwift'
- #Bugly
- pod 'Bugly'
- end
|