Blame view

Podfile 1.1 KB
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  # 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'
582f536d   yangbin   common:2022.1.28
22
    pod 'SCIndexView'
75d24c15   yangbin   123
23
    pod 'JTAppleCalendar'
582f536d   yangbin   common:2022.1.28
24
25
    pod 'YYText'
    pod 'swiftScan'
be19e595   yangbin   9
26
    pod 'SSZipArchive'
75d24c15   yangbin   123
27
28
29
30
31
32
33
    
    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'
582f536d   yangbin   common:2022.1.28
34
    pod 'mob_sharesdk/ShareSDKPlatforms/WhatsApp'
75d24c15   yangbin   123
35
36
37
38
39
40
41
42
43
44
45
46
47
48
    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