[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 2 / 9 / b / VideoPlsInterfaceController / 1.5.0 / VideoPlsInterfaceController.podspec.json
blob14ce4e17b3802ec5f153827c49a6176ef708669b
2   "name": "VideoPlsInterfaceController",
3   "version": "1.5.0",
4   "summary": "VideoPls Public Interface Controller.",
5   "description": "'VideoPls Interface Controller for easy using VideoOS and LiveOS.'",
6   "homepage": "https://github.com/Zard1096/VideoPlsInterfaceController.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zard1096": "mr.zardqi@gmail.com",
13     "LiShaoshuai": "lishaoshuai1990@gmail.com",
14     "Bill": "fuleiac@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/Zard1096/VideoPlsInterfaceController.git",
18     "tag": "1.5.0"
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "VideoPlsInterfaceController/**/*.{h,m}"
28     },
29     {
30       "name": "VideoOS",
31       "xcconfig": {
32         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) VP_VIDEOOS=1"
33       },
34       "dependencies": {
35         "VideoPlsInterfaceController/Core": [
37         ],
38         "VideoPlsCytron": [
39           "1.5.0"
40         ]
41       }
42     },
43     {
44       "name": "LiveOS",
45       "xcconfig": {
46         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) VP_LIVEOS=1"
47       },
48       "dependencies": {
49         "VideoPlsInterfaceController/Core": [
51         ],
52         "VideoPlsLive": [
53           "1.5.0"
54         ]
55       }
56     }
57   ]