blob: 4931b4029e160c34c1b79633d5c819bf558e7717 [file] [log] [blame]
{
"name": "SuperAwesomeAdvertiser",
"version": "1.0.4",
"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": "1.0.4"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Base",
"requires_arc": true,
"subspecs": [
{
"name": "Base",
"source_files": "Pod/Classes/**/*",
"dependencies": {
"SAUtils": [
"1.5.2"
],
"SANetworking": [
"0.3.0"
],
"SASession": [
"0.3.6"
],
"SAModelSpace": [
"0.5.0"
]
}
},
{
"name": "AIR",
"dependencies": {
"SuperAwesomeAdvertiser/Base": [
]
},
"source_files": "Pod/Plugin/AIR/*"
},
{
"name": "Unity",
"dependencies": {
"SuperAwesomeAdvertiser/Base": [
]
},
"source_files": "Pod/Plugin/Unity/*"
}
]
}