blob: c362d30aa0c8768de7633af21ade060c4f054c56 [file] [log] [blame]
{
"name": "SAEvents",
"version": "1.3.1",
"summary": "Library that sends Events to AwesomeAds AdServer",
"description": "Sends custom AA events 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.3.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"dependencies": {
"SAUtils": [
"1.3.4"
],
"SANetworking": [
"0.1.4"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/**/*"
},
{
"name": "Moat",
"dependencies": {
"SAEvents/Core": [
]
},
"source_files": "Pod/Plugin/Moat/*",
"vendored_libraries": "Pod/Libraries/libSUPMoatMobileAppKit.a",
"libraries": "SUPMoatMobileAppKit"
}
]
}