[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / 2 / 6 / a / SuperAwesomeAdvertiser / 2.0.1 / SuperAwesomeAdvertiser.podspec.json
blobd1c0aecd9531298efb5f2f39d2b1bc8ce1a9ed25
2   "name": "SuperAwesomeAdvertiser",
3   "version": "2.0.1",
4   "summary": "SuperAwesome SDK for Advertisers",
5   "description": "The SuperAwesome Mobile Advertising SDK lets you easily measure installs for your app in a COPPA/GDPR compliant way.",
6   "homepage": "https://github.com/SuperAwesomeLTD/sa-mobile-sdk-advertiser-ios",
7   "license": {
8     "type": "GNU GENERAL PUBLIC LICENSE Version 3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gabriel Coman": "gabriel.coman@superawesome.tv"
13   },
14   "source": {
15     "git": "https://github.com/SuperAwesomeLTD/sa-mobile-sdk-advertiser-ios.git",
16     "tag": "2.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Base",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Base",
26       "source_files": "Pod/Classes/**/*"
27     },
28     {
29       "name": "AIR",
30       "dependencies": {
31         "SuperAwesomeAdvertiser/Base": [
33         ]
34       },
35       "source_files": "Pod/Plugin/AIR/*"
36     },
37     {
38       "name": "Unity",
39       "dependencies": {
40         "SuperAwesomeAdvertiser/Base": [
42         ]
43       },
44       "source_files": "Pod/Plugin/Unity/*"
45     }
46   ]