-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSGTImageFramework.podspec
44 lines (27 loc) · 1.2 KB
/
SGTImageFramework.podspec
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
Pod::Spec.new do |s|
s.name = "SGTImageFramework"
s.version = "0.0.8"
s.summary = "This is a private pod sp. provide image picker and viewer function"
s.description = <<-DESC
ImagePicker ImageViewer .This is a private pod sp. provide image picker and viewer function
DESC
s.homepage = "https://bitbucket.org/sgtfundation/sgtimageframework"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "吴磊" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "https://bitbucket.org/sgtfundation/sgtimageframework.git", :tag => s.version.to_s }
s.source_files = "Source/**/*.{h,m}"
s.public_header_files = "Source/SGTImagePicker/**/*.h",
"Source/ImageBrowser/CorePhotoBroswerVC/**/*.h",
"Source/Category/SDWebImage/**/*.h",
"Source/PhotoBrowser/**/*.h",
"Source/PhotoPicker/Public/*.h"
s.resources = 'Source/**/*.{png,pdf,xib,bundle,strings}'
s.frameworks = "UIKit", "CoreGraphics"
s.requires_arc = true
s.dependency 'Masonry'
s.dependency 'SDWebImage'
s.dependency 'MBProgressHUD'
s.dependency 'pop'
s.dependency 'DACircularProgress'
end