-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdvBiddingSDK.podspec
48 lines (27 loc) · 1.43 KB
/
AdvBiddingSDK.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
45
46
47
48
Pod::Spec.new do |spec|
spec.name = "AdvBiddingSDK"
spec.version = "1.1.2"
spec.summary = "A short description of AdvBiddingSDK."
spec.description = <<-DESC
bidding 的方法
DESC
spec.homepage = "https://github.com/shichuanyang/AdvBiddingSDK"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { "shichuanyang" => "shicy@bayescom.com" }
spec.ios.deployment_target = '9.0'
spec.platform = :ios, "9.0"
spec.source = { :git => "https://github.com/shichuanyang/AdvBiddingSDK.git", :tag => spec.version.to_s }
spec.source_files = "Classes", "Classes/**/*.{h,m}"
spec.public_header_files = "Classes/**/*.h"
spec.ios.vendored_frameworks = ['Classes/AdvBidding.framework']
# spec.library = "iconv"
# spec.libraries = "iconv", "xml2"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# If your library depends on compiler flags you can set them in the xcconfig hash
# where they will only apply to your library. If you depend on other Podspecs
# you can include multiple dependencies to ensure it works.
# spec.requires_arc = true
# spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# spec.dependency "JSONKit", "~> 1.4"
end