-
Notifications
You must be signed in to change notification settings - Fork 5
/
Podfile
31 lines (29 loc) · 1.01 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
# SDK 最低支持版本为 iOS 9.0
platform:ios, '9.0'
# github 官方 pod 源
source 'https://github.com/CocoaPods/Specs.git'
# 阿里云 pod 源
source 'https://github.com/aliyun/aliyun-specs.git'
# 需要替换下述 "IMSDemoApp" 为开发者 App 的 target 名称
target "ESPMeshLibrary" do
pod 'IMSApiClient', '1.6.7'
pod 'IMSAuthentication', '1.4.2'
pod 'IMSIotSmart', '1.2.2'
pod 'AlicloudSecurityGuardSDK', '5.4.165'
pod 'AlicloudSGSecurityBody', '5.4.94'
pod 'AlicloudSGMain', '5.4.165'
pod 'AlicloudALBBOpenAccount', '3.4.0.47'
pod 'IMSThingCapability', '1.8.6'
pod 'IMSMobileChannel', '1.6.12'
pod 'IMSBoneKit', '1.3.11.2'
pod 'AKReactNative', '0.59.9.2'
pod 'MJRefresh', '3.1.15'
pod 'ZipArchive', '1.4.0'
pod 'IMSReactNativeExtension', '1.0.2'
pod 'IMSDeviceCenter', '1.12.5'
# pod 'CocoaAsyncSocket', '7.4.2'
pod 'Reachability', '3.2'
pod 'IMSBreezeSDK', '1.7.4'
pod 'IMSOtaBusinessSdk', '1.6.3'
pod 'IMSDeviceGateway', '1.6.8'
end