-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodfile
More file actions
32 lines (27 loc) · 863 Bytes
/
Podfile
File metadata and controls
32 lines (27 loc) · 863 Bytes
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
# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'
#use_frameworks!
workspace 'demo.xcworkspace'
############## common dependence libs source ###############
targets=['demo', 'multicanvas']
targets.each do |tar|
target tar do
project 'demo.xcodeproj'
pod 'Bugly'
pod 'Masonry', '~> 1.1.0'
pod 'Ks3SDK', '~> 1.7.2'
pod 'YYKit'
pod 'MBProgressHUD'
pod 'HMSegmentedControl'
pod 'ICGVideoTrimmer'
pod 'KSYAudioPlotView'
pod 'ZipArchive'
pod 'libksygpulive/libksygpulive_265', '~> 3.0.0'
pod 'KMCSTFilter'
pod 'CTAssetsPickerController', '~> 3.3.0'
pod 'KMCVStab'
pod 'FDFullscreenPopGesture', '1.1'
# pod 'TZImagePickerController'
pod 'SMPageControl'
end
end