[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / c / e / AdStir-Ads-SDK / 2.7.2 / AdStir-Ads-SDK.podspec.json
blob468830f5447b96b548bd7bd7d05fc253cf5b70da
2   "name": "AdStir-Ads-SDK",
3   "version": "2.7.2",
4   "summary": "AdStir Ads SDK for iOS",
5   "license": {
6     "type": "Copyright",
7     "text": "Copyright 2015 UNITED, Inc. All Rights Reserved."
8   },
9   "homepage": "https://ad-stir.com",
10   "authors": "UNITED, Inc.",
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "http": "http://dl.ad-stir.com/sdk/AdstirAdsSdkiOS-2.7.2.zip",
16     "sha256": "1c049c137a223620bc32f4d787dbbf04977d111b8e46cd73b8eb18f9095285d7"
17   },
18   "preserve_paths": "**/README.md",
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "vendored_frameworks": "**/AdstirAds.framework",
25       "frameworks": [
26         "AdSupport",
27         "CoreTelephony",
28         "AVFoundation",
29         "CoreMedia",
30         "QuartzCore"
31       ]
32     },
33     {
34       "name": "AdMobMediationAdapter",
35       "dependencies": {
36         "AdStir-Ads-SDK/Core": [
38         ],
39         "Google-Mobile-Ads-SDK": [
41         ]
42       },
43       "pod_target_xcconfig": {
44         "OTHER_LDFLAGS": "-lObjC"
45       },
46       "vendored_frameworks": "**/AdstirAds.framework",
47       "vendored_libraries": "**/AdMobMediationAdapter/libAdMobMediationAdapter-AdstirAds.a"
48     },
49     {
50       "name": "LegacyInterstitial",
51       "dependencies": {
52         "AdStir-Ads-SDK/Core": [
54         ]
55       },
56       "vendored_frameworks": "**/AdstirAds.framework",
57       "source_files": "**/LegacyInterstitial/AdstirLegacyInterstitial.h",
58       "public_header_files": "**/LegacyInterstitial/AdstirLegacyInterstitial.h",
59       "vendored_libraries": "**/LegacyInterstitial/libAdstirAds-LegacyInterstitial.a"
60     }
61   ]