# Uncomment the next line to define a global platform for your project platform :ios, '9.0' target 'Twear' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! pod 'Charts' pod 'SwiftDate' pod 'RealmSwift' pod 'SnapKit' pod 'MBProgressHUD' pod 'MJRefresh' pod 'HandyJSON' pod 'AFNetworking' pod 'IQKeyboardManagerSwift' pod 'Alamofire' pod 'TZImagePickerController' pod 'AMap3DMap' #8.1.0 pod 'AMapLocation' #2.8.0 pod 'AMapSearch' pod 'SCIndexView' pod 'JTAppleCalendar' pod 'YYText' pod 'swiftScan' pod 'SSZipArchive' pod 'mob_sharesdk' pod 'mob_sharesdk/ShareSDKPlatforms/QQ_Lite' pod 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo_Lite' pod 'mob_sharesdk/ShareSDKPlatforms/WeChat' pod 'mob_sharesdk/ShareSDKPlatforms/Facebook_Lite' pod 'mob_sharesdk/ShareSDKPlatforms/Instagram' pod 'mob_sharesdk/ShareSDKPlatforms/WhatsApp' pod 'mob_sharesdk/ShareSDKExtension' # Pods for Twear # target 'TwearTests' do # inherit! :search_paths # # Pods for testing # end # # target 'TwearUITests' do # # Pods for testing # end end