[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 5 / 2 / GFPublicModule / 0.1.1 / GFPublicModule.podspec.json
blob1fecfaad90211001bd7edab0112a173115b120e2
2   "name": "GFPublicModule",
3   "version": "0.1.1",
4   "summary": "功夫财经公用模块",
5   "homepage": "http://git.kofuf.com/zhouqi/GFPublicModule.git",
6   "license": "Apache License 2.0",
7   "authors": {
8     "zhouqi": "478930170@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "http://git.kofuf.com/zhouqi/GFPublicModule.git",
15     "tag": "0.1.1"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation"
20   ],
21   "subspecs": [
22     {
23       "name": "User",
24       "source_files": "Class/User/*.{swift,h,m}",
25       "dependencies": {
26         "HandyJSON": [
27           "~> 4.1.1"
28         ]
29       }
30     },
31     {
32       "name": "Extensions",
33       "source_files": "Class/Extensions/*.{swift,h,m}"
34     },
35     {
36       "name": "Tools",
37       "source_files": "Class/Tools/*.{swift,h,m}"
38     }
39   ]