-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestJokeSDK.podspec
37 lines (25 loc) · 1017 Bytes
/
TestJokeSDK.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
Pod::Spec.new do |s|
s.name = "TestJokeSDK"
s.version = "0.0.4"
s.summary = "TestJokeSDK."
s.description = <<-DESC
A short description of TestJokeSDK.
DESC
s.homepage = "https://github.com/Joke-Wang/TestJokeSDK"
s.license = "MIT"
s.author = { "wangzhangzhong" => "[email protected]" }
s.platform = :ios
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/Joke-Wang/TestJokeSDK.git", :tag => "#{s.version}"}
s.vendored_frameworks = "Classes/*.framework"
s.resource = 'Assets/HeroCoinResources.bundle/**/*.png', 'Assets/HeroCoinResources.bundle/*.text'
# s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
s.dependency "AFNetworking", "~> 3.0"
s.dependency "Masonry"
s.dependency "JGProgressHUD"
s.dependency "MJRefresh"
s.dependency "YYModel"
s.dependency "FBSDKLoginKit"
s.dependency "GoogleSignIn"
end