[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 0 / 3 / FFBaseKit / 0.0.2 / FFBaseKit.podspec.json
bloba6914b2e1261a7c0ce57539a78782b509e2346c3
2   "name": "FFBaseKit",
3   "version": "0.0.2",
4   "license": "MIT",
5   "summary": "FF基础库",
6   "authors": {
7     "ffTeam": "huangqun@finupgroup.com"
8   },
9   "homepage": "http://gitlab.puhuitech.cn/iOS_Modules/FFBaseKit",
10   "source": {
11     "git": "http://gitlab.puhuitech.cn/iOS_Modules/FFBaseKit",
12     "tag": "0.0.2"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "CoreLocation",
22     "QuartzCore"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "BaseKit/FFBaseKit.h",
28       "subspecs": [
29         {
30           "name": "Category",
31           "dependencies": {
32             "UICKeyChainStore": [
33               "~> 2.1.1"
34             ],
35             "FFBaseKit/Core/Util": [
37             ]
38           },
39           "source_files": "BaseKit/Category/*.{h,m}"
40         },
41         {
42           "name": "Util",
43           "dependencies": {
44             "FFBaseKit/Core/Macro": [
46             ]
47           },
48           "source_files": "BaseKit/Util/*.{h,m}"
49         },
50         {
51           "name": "Manager",
52           "dependencies": {
53             "Bugly": [
54               "~> 2.5.0"
55             ],
56             "FFBaseKit/Core/Util": [
58             ],
59             "FFBaseKit/Core/Macro": [
61             ],
62             "FFBaseKit/Core/Category": [
64             ]
65           },
66           "source_files": "BaseKit/Manager/*.{h,m}"
67         },
68         {
69           "name": "Macro",
70           "source_files": "BaseKit/Macro/*.{h,m}"
71         }
72       ]
73     }
74   ]