blob: cbf5d8165898e5eb2b96e134da0998399a1930f1 [file] [log] [blame]
{
"name": "SAVideoPlayer",
"version": "1.0.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": "Apache License",
"file": "LICENSE"
},
"authors": {
"Gabriel Coman": "gabriel.coman@superawesome.tv"
},
"source": {
"git": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-videoplayer.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*",
"resource_bundles": {
"SAVideoPlayer": [
"Pod/Assets/*"
]
},
"dependencies": {
"FLAnimatedImage": [
]
}
}