[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 6 / c / TestPodFrameWork / 2.1.8 / TestPodFrameWork.podspec.json
blobc6264ceedaae9919d6e4501f2067d8619793b4fd
2   "name": "TestPodFrameWork",
3   "version": "2.1.8",
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.8"
19   },
20   "libraries": "z",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "TestPod",
25       "ios": {
26         "vendored_frameworks": "TestPodFrameWork.framework"
27       }
28     },
29     {
30       "name": "AliyunVodPlayerSDK",
31       "ios": {
32         "vendored_frameworks": "AliyunVodPlayerSDK.framework"
33       },
34       "resources": "AliyunVodPlayerViewResource.bundle",
35       "frameworks": [
36         "VideoToolBox",
37         "MediaPlayer"
38       ],
39       "libraries": "z"
40     },
41     {
42       "name": "AliyunVodPlayerViewSDK",
43       "ios": {
44         "vendored_frameworks": "AliyunVodPlayerSDK.framework"
45       },
46       "dependencies": {
47         "TestPodFrameWork/AliyunVodPlayerSDK": [
49         ]
50       },
51       "resources": "AliyunVodPlayerViewResource.bundle"
52     }
53   ]