blob: 45d878b00489afa3c35cf0841ab0f4c0d56c6318 [file] [log] [blame]
{
"name": "SAVASTParser",
"version": "1.1.0",
"summary": "The SuperAwesome custom VAST parser",
"description": "The SuperAwesome custom VAST parser; built to work with the SAVideoPlayer or the SAVideoVLCPlayer",
"homepage": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-vastparser",
"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-vastparser.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SAVASTParser": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SAUtils": [
],
"SAVideoPlayer": [
],
"SAEvents": [
],
"SAJsonParser": [
]
}
}