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