-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSYAdSDK.podspec
More file actions
63 lines (50 loc) · 3.21 KB
/
SYAdSDK.podspec
File metadata and controls
63 lines (50 loc) · 3.21 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#
# Be sure to run `pod lib lint SYAdSDK.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 https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'SYAdSDK'
s.version = '0.8.10'
s.summary = 'Shiyu Ad SDK 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
Shiyu Ad SDK for iOS
DESC
s.homepage = 'https://github.com/ThinkmanWang/SYAdSDK'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Thinkman Wang' => 'wangxf1985@gmail.com' }
s.source = { :git => '/Users/wangxiaofeng/Github-Thinkman/MyPods/SYAdSDK', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '9.0'
s.source_files = 'SYAdSDK/Classes/**/*'
s.public_header_files = "SYAdSDK/Classes/**/*.h"
# s.public_header_files = ['SYAdSDK/Classes/SYAdSDK.h', 'SYAdSDK/Classes/SYAdSDKDefines.h', 'SYAdSDK/Classes/SYAdSDKManager.h', 'SYAdSDK/Classes/SYBannerView.h', 'SYAdSDK/Classes/SYExpressAdManager.h', 'SYAdSDK/Classes/SYExpressAdView.h', 'SYAdSDK/Classes/SYInterstitialAd.h', 'SYAdSDK/Classes/SYSplashAdView.h']
# s.public_header_files = ['SYAdSDK/Classes/SYAdSDK.h', 'SYAdSDK/Classes/SYAdSDKDefines.h', 'SYAdSDK/Classes/SYAdSDKManager.h', 'SYAdSDK/Classes/SYBannerView.h', 'SYAdSDK/Classes/SYExpressAdManager.h', 'SYAdSDK/Classes/SYExpressAdView.h', 'SYAdSDK/Classes/SYInterstitialAd.h', 'SYAdSDK/Classes/SYSplashAdView.h', 'SYAdSDK/Classes/ad_views/button/*.h', 'SYAdSDK/Classes/gdt/*.h']
s.static_framework = true
# s.vendored_frameworks = 'frameworks/BUAdSDK.framework', 'frameworks/BUFoundation.framework', 'frameworks/BUCNAuxiliary.framework'
# s.resource = 'frameworks/BUAdSDK.bundle'
# s.vendored_library = 'frameworks/libGDTMobSDK.a'
s.dependency 'Ads-CN'
# s.dependency 'GDTMobSDK'
# s.resource_bundles = {
#'SYAdSDK' => ['SYAdSDK/Assets/*.xcassets']
# 'SYAdSDK' => ['SYAdSDK/*.xcassets']
# }
s.resources = 'SYAdSDK/*.xcassets'
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
s.frameworks = 'UIKit', 'StoreKit', 'MobileCoreServices', 'WebKit', 'MediaPlayer', 'CoreMedia', 'CoreLocation', 'AVFoundation', 'CoreTelephony', 'SystemConfiguration', 'AdSupport', 'CoreMotion', 'Accelerate', 'Security'
# s.libraries = 'resolv', 'c++', 'z', 'sqlite3', 'bz2', 'xml2', 'iconv'
s.xcconfig = { "OTHER_LINK_FLAG" => '$(inherited) -ObjC -l"bz2" -l"c++" -l"c++abi" -l"resolv" -l"sqlite3" -l"xml2" -l"z" '}
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end