forked from GeeTeam/gtapp-ios-oc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGeeTestSDK.podspec
More file actions
42 lines (35 loc) · 1.52 KB
/
Copy pathGeeTestSDK.podspec
File metadata and controls
42 lines (35 loc) · 1.52 KB
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
#
# Be sure to run `pod lib lint gtapp-ios-oc.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'GeeTestSDK'
s.version = '2.16.9.21.1'
s.summary = 'GeeTestSDK for iOS.'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
GeeTestSDK for iOS platform.
DESC
s.homepage = 'http://www.geetest.com/'
s.license = { :type => "Copyright", :text => "武汉极意网络科技有限公司 版权所有." }
s.author = { "GeeTeam" => "http://www.geetest.com/" }
s.source = { :git => 'https://github.com/GeeTeam/gtapp-ios-oc.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '7.0'
s.requires_arc = true
s.frameworks = 'WebKit'
s.default_subspec = 'Core'
s.subspec "Core" do |core|
core.vendored_frameworks = 'GTFramework.framework'
end
# s.subspec "Bitcode" do |bitcode|
# bitcode.vendored_frameworks = 'GTFramework_bitcode.framework'
# end
end