-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPodfile
30 lines (25 loc) · 988 Bytes
/
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
# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
source 'https://github.com/ibroadlink/BLLibSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'
target 'BLAPPSDKDemo' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for BLAPPSDKDemo
pod 'BLLet'
pod 'BLSFamily'
# pod 'BLLetBase', :path => '../../Gitlab/BLLetBase'
# pod 'BLLetCore', :path => '../../Gitlab/BLLetCore'
# pod 'BLLetAccount', :path => '../../Gitlab/BLLetAccount'
# pod 'BLLetIRCode', :path => '../../Gitlab/BLLetIRCode'
# pod 'BLLetPlugins', :path => '../../Gitlab/BLLetPlugins'
# pod 'BLSFamily', :path => '../../Gitlab/BLSFamily'
pod 'Cordova', '~> 4.4.0'
pod 'SSZipArchive', '~> 2.1.1'
pod 'MBProgressHUD', '~> 1.1.0'
pod 'Cordova', '~> 4.4.0'
pod 'SSZipArchive', '~> 2.1.1'
pod 'MBProgressHUD', '~> 1.1.0'
pod 'SDWebImage', '~> 4.4.6'
pod 'YYCategories', '~> 1.0.4'
end