[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 8 / f / 5 / MoPub-TapJoy-Adapters / 12.7.1.1 / MoPub-TapJoy-Adapters.podspec.json
blob26ddbfe718b0e4b396f55d4c3525eb51906ee855
2   "name": "MoPub-TapJoy-Adapters",
3   "version": "12.7.1.1",
4   "summary": "TapJoy Adapters for mediating through MoPub.",
5   "description": "Supported ad formats: Interstitial, Rewarded Video.\n\nTo download and integrate the TapJoy SDK, please check this tutorial: https://dev.tapjoy.com/sdk-integration/ios/getting-started-guide-publishers-ios/ \n\n\nFor inquiries and support, please email https://dev.tapjoy.com/contact-support/.",
6   "homepage": "https://github.com/mopub/mopub-ios-mediation",
7   "license": {
8     "type": "New BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MoPub": "support@mopub.com"
13   },
14   "source": {
15     "git": "https://github.com/mopub/mopub-ios-mediation.git",
16     "tag": "tapjoy-12.7.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "static_framework": true,
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
24     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
28     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
29   },
30   "subspecs": [
31     {
32       "name": "MoPub",
33       "dependencies": {
34         "mopub-ios-sdk/Core": [
35           "~> 5.15"
36         ]
37       }
38     },
39     {
40       "name": "Network",
41       "source_files": "Tapjoy/*.{h,m}",
42       "dependencies": {
43         "TapjoySDK": [
44           "12.7.1"
45         ],
46         "mopub-ios-sdk/Core": [
47           "~> 5.15"
48         ]
49       }
50     }
51   ]