forked from devinross/tapkulibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSTapkuLibrary.podspec
More file actions
executable file
·37 lines (20 loc) · 912 Bytes
/
Copy pathSTapkuLibrary.podspec
File metadata and controls
executable file
·37 lines (20 loc) · 912 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
33
34
35
36
37
Pod::Spec.new do |s|
s.name = "STapkuLibrary"
s.version = "1.1.0"
s.summary = "Sjw change adaptation iPad"
s.description = <<-DESC
TODO: Add long description of the pod here.Sjw change adaptation iPad
DESC
s.homepage = "https://github.com/devinross/tapkulibrary"
s.license = { :type => "MIT", :file => "License.txt" }
s.author = { "sujiewen" => "sujiewen@qq.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/sujiewen/STapkuLibrary.git", :tag => "1.1.0" }
s.source_files = "TapkuLibrary/**/*.{h,m}"
s.public_header_files = "TapkuLibrary/**/*.h"
s.resource = "TapkuLibrary.bundle"
s.frameworks = "UIKit", "Foundation","QuartzCore"
s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
end