[Add] DocumentReaderFullAuthRFIDNightly 7.6.11211
[CocoaPods.git] / Specs / 7 / 6 / c / TestPodFrameWork / 2.1.9 / TestPodFrameWork.podspec.json
blobe167729dc49de43034172059e9c769ab997e7cac
2   "name": "TestPodFrameWork",
3   "version": "2.1.9",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "TestPodFrameWork is test!",
8   "homepage": "https://github.com/SmallBob/TestPodFrameWork",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "chumo": "smallboy100415@163.com"
15   },
16   "source": {
17     "git": "https://github.com/SmallBob/TestPodFrameWork.git",
18     "tag": "2.1.9"
19   },
20   "resources": "AliyunVodPlayerViewResource.bundle",
21   "libraries": "z",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "TestPod",
26       "ios": {
27         "vendored_frameworks": "TestPodFrameWork.framework"
28       }
29     },
30     {
31       "name": "AliyunVodPlayerSDK",
32       "ios": {
33         "vendored_frameworks": "AliyunVodPlayerSDK.framework"
34       },
35       "frameworks": [
36         "VideoToolBox",
37         "MediaPlayer"
38       ],
39       "libraries": "z"
40     },
41     {
42       "name": "AliyunVodPlayerViewSDK",
43       "ios": {
44         "vendored_frameworks": "AliyunVodPlayerViewSDK.framework"
45       },
46       "dependencies": {
47         "TestPodFrameWork/AliyunVodPlayerSDK": [
49         ]
50       }
51     }
52   ]