blob: 0173bb307e8d20a50161d06c25e4854eb0169170 [file] [log] [blame]
{
"name": "TCPlayer",
"version": "1.0.2",
"summary": "ctc's video player.",
"description": "A player based on AVPlayer.",
"homepage": "https://github.com/ctc1991/TCPlayer",
"license": "MIT",
"authors": {
"ctc": "ctc1991@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ctc1991/TCPlayer.git",
"tag": "1.0.2"
},
"source_files": "TCPlayer/**/*",
"frameworks": [
"Foundation",
"UIKit",
"MediaPlayer",
"AVFoundation"
],
"requires_arc": true
}