-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAdscriptApiClient.podspec
More file actions
38 lines (26 loc) · 1.37 KB
/
AdscriptApiClient.podspec
File metadata and controls
38 lines (26 loc) · 1.37 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
#
# Be sure to run `pod spec lint AdscriptApiClient.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
# info_plist_path = "./Frameworks/AdscriptApiClient.xcframework/ios-arm64/AdscriptApiClient.framework/Info.plist"
# info_cflist = CFPropertyList::List.new(:file => info_plist_path)
# info_plist = CFPropertyList.native_types(info_cflist.value)
# adscriptApiClientVersion = info_plist["CFBundleShortVersionString"]
# puts "Detected AdscriptApiClient XCFramework"
# puts " - version #{theoadscriptApiClientVersionSdkVersion}"
adscriptApiClientVersion = "1.0.4"
Pod::Spec.new do |spec|
spec.name = "AdscriptApiClient"
spec.version = adscriptApiClientVersion
spec.summary = "The Adscript Api Client for iOS"
spec.description = "T"
spec.homepage = "https://theoplayer.com"
spec.license = "MIT"
spec.author = { "Wonne Joosen" => "wonne.joosen@dolby.com" }
spec.source = { :git => "https://www.theoplayer.com/.git", :tag => "#{spec.version}" }
spec.source_files = "Classes", "Classes/**/*.{h,m}"
spec.ios.vendored_frameworks = "AdScriptNoTrackingApiClient.xcframework"
end