12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- # Uncomment the next line to define a global platform for your project
- platform :ios, '12.0'
- inhibit_all_warnings!
- target 'DWBSProduct' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- pod 'Tiercel'
- pod 'ZLPhotoBrowser'
- pod 'SnapKitExtend'
- pod 'SDWebImage'
- pod 'ActiveLabel', '~> 1.1.0' #支持Label部分内容点击
- pod 'JXSegmentedView', '~> 1.2.7' #分页控制 滚动视图
- pod 'FSPagerView', '~> 0.8.3' #轮播图
- pod 'Toast-Swift', '~> 5.0.1'
- pod 'SwiftEntryKit', '~> 1.2.5' #弹出视图
- pod 'Reusable'
- pod 'MBProgressHUD'
- pod 'HMSegmentedControl'
- pod 'IQKeyboardManagerSwift'
- pod 'EmptyDataSet-Swift'
- pod 'ObjectMapper'
- pod 'KMPlaceholderTextView'
- pod 'TransitionButton'
- pod 'Kingfisher', '~> 7.0.0'
- pod 'SwiftyImage', '~> 1.5.2' #image.属性
- pod 'SwiftyUserDefaults', '~> 5.0.0'
- pod 'Moya'
- # pod 'YPNavigationBarTransition', '~> 2.0'
- pod "ESTabBarController-swift"
- pod 'LTMorphingLabel'
- pod 'MJRefresh'
- pod 'Then'
- pod 'Charts'
- pod 'SwiftyJSON'
- pod 'Instructions'
- pod 'ESPullToRefresh'
- pod 'Reusable'
- pod 'Popover.OC'
- pod 'SCLAlertView'
- pod 'BRPickerView'
- pod 'UMCommon'
- pod 'UMDevice'
- pod 'UMShare/UI'
- pod 'UMShare/Social/WeChat'
- pod 'JXPagingView/Paging'
- pod 'SGQRCode'
- pod 'NVActivityIndicatorView'
- # pod 'RxSwift', '~> 5.0'
- # pod 'RxCocoa', '~> 5.0'
-
- pod 'DoraemonKit/Core', '~> 3.0.7', :configurations => ['Debug']
- pod 'DoraemonKit/WithLogger', '~> 3.0.7', :configurations => ['Debug']
- target 'DWBSProductTests' do
- inherit! :search_paths
- # Pods for testing
- end
- target 'DWBSProductUITests' do
- # Pods for testing
- end
- end
|