blob: 2f658251e7774efc317cc05a61baeaa0590a5ca3 [file] [log] [blame]
{
"name": "RXAVPlayerKit",
"version": "1.3.1",
"summary": "RXAVPlayerKit is a tiny wrapper based on AVPlayer and powered by ReactiveObjC.",
"description": "RXAVPlayerKit transfers status via signals rather than delegates or blocks. It is designed to make media playback related logic clearer, codes more concise and easier to maintain and debug.",
"homepage": "https://github.com/keyofvv/RXAVPlayerKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ke Yang": "ofveravi@gmail.com"
},
"source": {
"git": "https://github.com/keyofvv/RXAVPlayerKit.git",
"tag": "1.3.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RXAVPlayerKit/Classes/**/*",
"dependencies": {
"ReactiveObjC": [
"3.1.0"
]
}
}