blob: b8d264f5e0d03af9e75b964f978fcc7ead82eb75 [file] [log] [blame]
{
"name": "SAEvents",
"version": "2.0.1",
"summary": "Library that sends Events to AwesomeAds AdServer",
"description": "Sends custom AA events as single bursts or from an array as well as Moat events",
"homepage": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-events",
"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-lib-ios-events.git",
"branch": "master",
"tag": "2.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"dependencies": {
"SAUtils": [
"1.5.5"
],
"SANetworking": [
"1.0.0"
],
"SAModelSpace": [
"1.0.0"
],
"SASession": [
"1.1.1"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/**/*"
},
{
"name": "Moat",
"frameworks": [
"AdSupport",
"WebKit"
],
"dependencies": {
"SAEvents/Core": [
]
},
"source_files": "Pod/Plugin/Moat/*",
"vendored_frameworks": "Pod/Libraries/SUPMoatMobileAppKit.framework"
}
]
}