[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 5 / 0 / GVSBaseComponent / 0.1.0 / GVSBaseComponent.podspec.json
blobcd0f1968d71187118f990fb7ca034d42b0f20d8f
2   "name": "GVSBaseComponent",
3   "version": "0.1.0",
4   "summary": "A short description of GVSBaseComponent.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://192.168.2.9:30000/chenjiangsong/gvsbasecomponent_ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "742377690@qq.com": "chenjs@video-star.com.cn"
13   },
14   "source": {
15     "git": "http://192.168.2.9:30000/chenjiangsong/gvsbasecomponent_ios.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "GVSBaseComponent/Classes/Header.h",
22   "public_header_files": "Pod/Classes/**/*.h",
23   "subspecs": [
24     {
25       "name": "Category",
26       "source_files": "GVSBaseComponent/Classes/Category/*.{h,m}"
27     },
28     {
29       "name": "Base",
30       "source_files": "GVSBaseComponent/Classes/Base/*.{h,m}",
31       "dependencies": {
32         "MJExtension": [
33           "~>3.0.10"
34         ],
35         "TMCache": [
36           "~> 2.1.0"
37         ]
38       }
39     },
40     {
41       "name": "Utils",
42       "source_files": "GVSBaseComponent/Classes/Utils/**/*.{h,m}",
43       "dependencies": {
44         "MQTTClient": [
45           "~> 0.15.3"
46         ]
47       }
48     }
49   ]