[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / e / 0 / GSLib / 0.0.19 / GSLib.podspec.json
blob88b7c6e39b398cafff7a4c49187c9e3b7fed4314
2   "name": "GSLib",
3   "version": "0.0.19",
4   "summary": "Convenient ways to help with daily development",
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.19"
17   },
18   "social_media_url": "https://blog.csdn.net/u010742414",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "GSLib/GSLib/GSLib.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "Masonry": [
29       "~> 1.1.0"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "GSCommon",
35       "source_files": "GSLib/GSLib/GSCommon/*.{h,m}",
36       "dependencies": {
37         "GSLib/GSUIKit": [
39         ],
40         "GSLib/GSFoundation": [
42         ]
43       }
44     },
45     {
46       "name": "GSUIKit",
47       "source_files": "GSLib/GSLib/GSUIKit/*.{h,m}",
48       "dependencies": {
49         "GSLib/GSFoundation": [
51         ]
52       }
53     },
54     {
55       "name": "GSFoundation",
56       "source_files": "GSLib/GSLib/GSFoundation/*.{h,m}",
57       "dependencies": {
58         "FMDB": [
59           "~> 2.7.5"
60         ]
61       },
62       "subspecs": [
63         {
64           "name": "GCD",
65           "source_files": "GSLib/GSLib/GSFoundation/GCD/*.{h,m}"
66         },
67         {
68           "name": "FMDB",
69           "source_files": "GSLib/GSLib/GSFoundation/FMDB/*.{h,m}"
70         },
71         {
72           "name": "Archive",
73           "source_files": "GSLib/GSLib/GSFoundation/Archive/*.{h,m}"
74         }
75       ]
76     },
77     {
78       "name": "GSTest",
79       "source_files": "GSLib/GSLib/GSTest/*.{h,m}",
80       "dependencies": {
81         "GSLib/GSUIKit": [
83         ]
84       }
85     }
86   ]