forked from reyun-ios/tracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReYunTrackingIO.podspec
23 lines (19 loc) · 1.04 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
23
Pod::Spec.new do |s|
s.name = "ReYunTrackingIO"
s.version = "1.9.11"
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 = { :git => 'https://github.com/letspod/fuck-tracking.git', :tag => s.version.to_s }
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.11/*.{h}'
s.public_header_files = "trackingIO_iOS_1.9.11/*.h"
s.vendored_libraries = 'trackingIO_iOS_1.9.11/libReYunTracking.a'
s.frameworks = 'SystemConfiguration','CoreTelephony','Security','CoreMotion',"iAd",'AVFoundation','WebKit','CFNetwork'
s.weak_frameworks = 'AdSupport'
s.libraries = 'sqlite3',"z","resolv","resolv.9","c++"
end