Skip to content

Commit

Permalink
[Add] CTVideoPlayerView 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
casatwy authored and CocoaPodsBot committed Nov 12, 2016
1 parent 7085f65 commit 93c3318
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Specs/a/5/1/CTVideoPlayerView/1.3.0/CTVideoPlayerView.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "CTVideoPlayerView",
"version": "1.3.0",
"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.0"
},
"source_files": "CTVideoView/CTVideoView/**/*.{h,m}",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMedia",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [

],
"CTPersistance": [

],
"HandyFrame": [

]
}
}

0 comments on commit 93c3318

Please sign in to comment.