blob: d80597a9bcecda7a990bcc61f79018ea14360edf [file] [log] [blame]
{
"name": "SAVideoPlayer",
"version": "1.1.0",
"summary": "The SuperAwesome iOS custom video player, built on top of AVPlayer and designed to play VAST ads",
"description": "The SuperAwesome iOS custom video player, built on top of AVPlayer and designed to play VAST ads",
"homepage": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-videoplayer",
"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-videoplayer.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*",
"resource_bundles": {
"SAVideoPlayer": [
"Pod/Assets/*"
]
},
"dependencies": {
"SAUtils": [
]
}
}