blob: ef4f052169db2fce2b7a14536d61e05cfcabb50e [file] [log] [blame]
{
"name": "SAVideoVLCPlayer",
"version": "1.0.3",
"summary": "Alternative SAVideoPlayer using VLC",
"description": "Experimental SAVideoPlayer that can replace the normal video player, but instead of using AVPlayer as base, it uses VLC player",
"homepage": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-videovlcplayer",
"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-videovlcplayer.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SAVideoVLCPlayer": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SAUtils": [
],
"MobileVLCKit": [
]
}
}