Podfile 1.03 KB
# 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 'JTAppleCalendar'
  
  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/Twitter'
  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