-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReYunTrackingIO.podspec
22 lines (18 loc) · 1.03 KB
/
ReYunTrackingIO.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "ReYunTrackingIO"
s.version = "1.9.4"
s.summary = "Official ReYun Tracking SDK for iOS"
s.homepage = "https://www.reyun.com"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "feiyang" => "[email protected]" }
s.platform = :ios, "9.0"
s.requires_arc = true
s.source = {"http": "https://sdk.s3.cn-north-1.amazonaws.com.cn/new_trackingIO/trackingIO_iOS_1.9.4.zip"}
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'ENABLE_BITCODE' => 'NO' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' ,'ENABLE_BITCODE' => 'NO' }
s.source_files = 'trackingIO_iOS_1.9.4/*.{h}'
s.public_header_files = "trackingIO_iOS_1.9.4/*.h"
s.vendored_libraries = 'trackingIO_iOS_1.9.4/libReYunTracking.a'
s.frameworks = 'SystemConfiguration','AdSupport','CoreTelephony','Security','CoreMotion',"iAd",'AVFoundation','WebKit','CFNetwork'
s.libraries = 'sqlite3',"z","resolv","resolv.9","c++"
end