[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / 5 / 1 / CTVideoPlayerView / 1.4.2 / CTVideoPlayerView.podspec.json
blob33602fd3c29db3342bf48e7a7ff6be2f81ceeda8
2   "name": "CTVideoPlayerView",
3   "version": "1.4.2",
4   "summary": "A video view for iOS which can play multy video at the same time, and can download and manage video file.",
5   "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",
6   "homepage": "https://github.com/casatwy/CTVideoPlayerView",
7   "license": "MIT",
8   "authors": {
9     "Casa Taloyum": "casatwy@msn.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/casatwy/CTVideoPlayerView.git",
16     "tag": "1.4.2"
17   },
18   "source_files": "CTVideoView/CTVideoView/**/*.{h,m}",
19   "frameworks": [
20     "UIKit",
21     "AVFoundation",
22     "CoreMedia",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "AFNetworking": [
29     ],
30     "CTPersistance": [
32     ],
33     "HandyFrame": [
35     ]
36   }