# Uncomment the next line to define a global platform for your project platform :ios, '11.0' use_frameworks! target 'HDFwear' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! pod 'Charts', '3.6.0' pod 'SwiftDate','6.3.1' pod 'RealmSwift','10.20.0' pod 'SnapKit','4.2.0' pod 'MBProgressHUD','1.2.0' pod 'MJRefresh','3.7.5' pod 'HandyJSON','5.0.2' pod 'AFNetworking','4.0.1' pod 'IQKeyboardManagerSwift','6.5.9' pod 'Alamofire','4.9.1' pod 'TZImagePickerController','3.7.0' pod 'AMap3DMap','8.1.0' pod 'AMapLocation','2.8.0' pod 'AMapSearch','8.1.0' pod 'SCIndexView','2.2.4' pod 'JTAppleCalendar','7.1.7' pod 'YYText','1.0.7' pod 'swiftScan','1.2.1' pod 'SSZipArchive','2.4.3' pod 'Kingfisher','4.10.1' pod 'HCKalmanFilter','1.2.1' pod 'mob_sharesdk','4.4.3' pod 'mob_sharesdk/ShareSDKPlatforms/QQ_Lite','4.4.3' pod 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo_Lite','4.4.3' pod 'mob_sharesdk/ShareSDKPlatforms/WeChat','4.4.3' pod 'mob_sharesdk/ShareSDKPlatforms/Facebook_Lite','4.4.3' pod 'mob_sharesdk/ShareSDKPlatforms/Instagram','4.4.3' pod 'mob_sharesdk/ShareSDKPlatforms/WhatsApp','4.4.3' pod 'mob_sharesdk/ShareSDKExtension','4.4.3' # Pods for Twear # target 'TwearTests' do # inherit! :search_paths # # Pods for testing # end # # target 'TwearUITests' do # # Pods for testing # end post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' end if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle" target.build_configurations.each do |config| config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO' end end end end end