blob: db0d48ed50373aee4df6daaba76fc541e18b7a38 [file] [log] [blame]
{
"name": "SAEvents",
"version": "1.9.5",
"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",
"tag": "1.9.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"dependencies": {
"SAUtils": [
"1.5.2"
],
"SANetworking": [
"0.3.0"
],
"SAModelSpace": [
"0.5.2"
],
"SASession": [
"0.3.6"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/**/*"
},
{
"name": "Moat",
"frameworks": [
"AdSupport",
"WebKit"
],
"dependencies": {
"SAEvents/Core": [
]
},
"source_files": "Pod/Plugin/Moat/*",
"vendored_libraries": "Pod/Libraries/libSUPMoatMobileAppKit.a"
}
]
}