blob: b82dff486120ed73fc7dd90780ffb87e4265c907 [file] [log] [blame]
{
"name": "CTVideoPlayerView",
"version": "1.2.6",
"summary": "A video view for iOS which can play multy video at the same time, and can download and manage video file.",
"description": "1. can play multi-video at the same time\n2. can download the video file as you wish\n3. can search the file you just downloaded with datacenter",
"homepage": "https://github.com/casatwy/CTVideoPlayerView",
"license": "MIT",
"authors": {
"Casa Taloyum": "casatwy@msn.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/casatwy/CTVideoPlayerView.git",
"tag": "1.2.6"
},
"source_files": "CTVideoView/CTVideoView/**/*.{h,m}",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMedia",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"CTPersistance": [
],
"HandyFrame": [
]
}
}