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