[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / e / 0 / GSLib / 0.0.11 / GSLib.podspec.json
bloba12fc06278b7ae81fa8129d5253c44b5a1fc43d9
2   "name": "GSLib",
3   "version": "0.0.11",
4   "summary": "A short description of GSLib.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/xiamoweinuan/GSLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiamoweinuan": "gaoshuangone@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xiamoweinuan/GSLib.git",
16     "tag": "0.0.11"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GSLib/CMNLib/GSLib.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "Masonry": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "CMNCommon",
34       "source_files": "GSLib/CMNLib/CMNCommon/*.{h,m}",
35       "dependencies": {
36         "GSLib/CMNControl": [
38         ],
39         "GSLib/CMNFoundation": [
41         ]
42       }
43     },
44     {
45       "name": "CMNControl",
46       "source_files": "GSLib/CMNLib/CMNControl/*.{h,m}",
47       "dependencies": {
48         "GSLib/CMNFoundation": [
50         ]
51       }
52     },
53     {
54       "name": "CMNFoundation",
55       "source_files": "GSLib/CMNLib/CMNFoundation/*.{h,m}"
56     },
57     {
58       "name": "CNMTest",
59       "source_files": "GSLib/CMNLib/CNMTest/*.{h,m}"
60     },
61     {
62       "name": "GCD",
63       "source_files": "GSLib/CMNLib/GCD/*.{h,m}"
64     }
65   ]