blob: d1c0aecd9531298efb5f2f39d2b1bc8ce1a9ed25 [file] [log] [blame]
{
"name": "SuperAwesomeAdvertiser",
"version": "2.0.1",
"summary": "SuperAwesome SDK for Advertisers",
"description": "The SuperAwesome Mobile Advertising SDK lets you easily measure installs for your app in a COPPA/GDPR compliant way.",
"homepage": "https://github.com/SuperAwesomeLTD/sa-mobile-sdk-advertiser-ios",
"license": {
"type": "GNU GENERAL PUBLIC LICENSE Version 3",
"file": "LICENSE"
},
"authors": {
"Gabriel Coman": "gabriel.coman@superawesome.tv"
},
"source": {
"git": "https://github.com/SuperAwesomeLTD/sa-mobile-sdk-advertiser-ios.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Base",
"requires_arc": true,
"subspecs": [
{
"name": "Base",
"source_files": "Pod/Classes/**/*"
},
{
"name": "AIR",
"dependencies": {
"SuperAwesomeAdvertiser/Base": [
]
},
"source_files": "Pod/Plugin/AIR/*"
},
{
"name": "Unity",
"dependencies": {
"SuperAwesomeAdvertiser/Base": [
]
},
"source_files": "Pod/Plugin/Unity/*"
}
]
}