-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
99 lines (90 loc) · 2.49 KB
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
#source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '13.0'
target 'SLProjectModuleComm' do
use_frameworks!
# pod 'SLIKit', :git => 'https://github.com/2NU71AN9/SLIKit.git'
pod 'SLIKit', :path => '../SLIKit'
pod 'SLEmptyPage'
pod 'Aspects'
pod 'IQKeyboardManagerSwift'
pod 'SwiftDate'
pod 'Kingfisher'
pod 'SwiftyJSON'
pod 'R.swift'
pod 'YYCache'
pod 'JXSegmentedView'
pod 'JXPagingView'
pod 'FSPagerView'
pod 'TagListView'
pod 'HXPhotoPicker'
pod 'Moya'
pod 'Starscream'
pod 'FSTextView'
pod 'ESTabBarController-swift'
pod 'SwiftLint'
pod 'CTMediator'
pod 'NewPopMenu'
pod 'Peep'
pod 'GDPerformanceView-Swift'
pod 'MarqueeLabel' #跑马灯
pod 'RollingNotice-Swift' #滚动消息
pod 'SwiftMessages' #应用内消息弹窗
pod 'EAIntroView' #引导页
pod 'Instructions' #功能引导
pod 'SkeletonView' # 加载动画
pod 'JFCitySelector'
pod 'TTGTagCollectionView'
pod 'SideMenu' #抽屉
pod 'ViewAnimator' #TableView动画
pod 'Hero'
pod 'Cosmos' #星星
pod 'SwiftyStoreKit' #内购
pod 'CryptoSwift' #加密
pod 'DDGScreenShot' #截图
pod 'DeviceKit'
pod 'MGSwipeTableCell' #cell侧滑
# ===============权限===============
pod 'SPPermissions' #所有, 上架时使用子项
# ---------------子项---------------
pod 'SPPermissions/Camera'
pod 'SPPermissions/Contacts'
pod 'SPPermissions/Calendar'
pod 'SPPermissions/PhotoLibrary'
pod 'SPPermissions/Notification'
pod 'SPPermissions/Microphone'
pod 'SPPermissions/Reminders'
pod 'SPPermissions/SpeechRecognizer'
pod 'SPPermissions/LocationWhenInUse'
pod 'SPPermissions/LocationAlways'
pod 'SPPermissions/Motion'
pod 'SPPermissions/Music'
pod 'SPPermissions/Bluetooth'
pod 'SPPermissions/Tracking'
# pod 'SPPermissions/FaceID'
pod 'SPPermissions/Siri'
pod 'SPPermissions/Health'
# ===============权限===============
#友盟
pod 'UMCommon'
# pod 'UMCCommonLog' #开发阶段进行调试SDK及相关功能使用,可在发布 App 前移除
pod 'UMShare/UI' #分享
# pod 'UMShare/Social/WeChat' #完整版
pod 'UMShare/Social/ReducedWeChat' #精简版, 和微信支付SDK同时集成时使用这个
pod 'UMPush' #推送
#极光
pod 'JCore'
pod 'JAnalytics'
pod 'JShare'
pod 'JPush'
#Bugly
pod 'Bugly'
#高德
pod 'AMapSearch'
pod 'AMapLocation'
pod 'AMap2DMap'
#微信
pod 'WechatOpenSDK'
#支付宝
pod 'AlipaySDK-iOS'
end