blob: fde679ab5946b205c247175c6aa4a1a8438634b7 [file] [log] [blame]
{
"name": "CTVideoPlayerView",
"version": "1.3.5",
"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.3.5"
},
"source_files": "CTVideoView/CTVideoView/**/*.{h,m}",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMedia",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"CTPersistance": [
],
"HandyFrame": [
]
}
}