-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApMobileSDK.podspec
More file actions
21 lines (19 loc) · 1.06 KB
/
ApMobileSDK.podspec
File metadata and controls
21 lines (19 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |spec|
spec.name = "ApMobileSDK"
spec.version = "1.0.10"
spec.summary = "ApMobileSDK provides full screen ad formats such as Smart Rewarded and Smart Interstitial ads for the iOS apps"
spec.description = "ApMobileSDK is easy to implement SDK provides full screen ad formats such as Smart Rewarded and Smart Interstitial ads for the iOS apps."
spec.homepage = "https://github.com/adpushup/ApiOSSDK"
spec.license = { :type => "Proprietary", :text => "LICENSE" }
spec.author = [{ "AdPushup" => "rishabh.tripathi@adpushup.com" }]
spec.platform = :ios, "14.0"
spec.source = { :git => "https://github.com/adpushup/ApiOSSDK.git", :tag => spec.version.to_s }
spec.readme = 'https://github.com/adpushup/ApiOSSDK/blob/master/README.md'
spec.swift_version = "5.0"
spec.vendored_frameworks = "Sources/ApiOSSDK/ApMobileSDK.xcframework"
spec.resource_bundles = {
spec.name => ['Sources/ApiOSSDK/NativeAdView.xib']
}
spec.dependency 'Google-Mobile-Ads-SDK', '~> 11.13'
spec.static_framework = true
end