[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 1 / 0 / 3 / FFBaseKit / 0.1.7 / FFBaseKit.podspec.json
blob232f25f36391016e2922ad0746772156305d2f06
2   "name": "FFBaseKit",
3   "version": "0.1.7",
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.1.7"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "CoreLocation",
22     "QuartzCore"
23   ],
24   "resource_bundles": {
25     "FFBaseKit": [
26       "BaseKit/Resources/*"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "BaseKit/FFBaseKit.h",
33       "subspecs": [
34         {
35           "name": "Category",
36           "dependencies": {
37             "UICKeyChainStore": [
38               "~> 2.1.1"
39             ],
40             "FFBaseKit/Core/Util": [
42             ]
43           },
44           "source_files": "BaseKit/Category/*.{h,m}"
45         },
46         {
47           "name": "Util",
48           "dependencies": {
49             "FFBaseKit/Core/Macro": [
51             ]
52           },
53           "source_files": "BaseKit/Util/*.{h,m}"
54         },
55         {
56           "name": "Manager",
57           "dependencies": {
58             "Bugly": [
59               "~> 2.5.0"
60             ],
61             "FFBaseKit/Core/Util": [
63             ],
64             "FFBaseKit/Core/Macro": [
66             ],
67             "FFBaseKit/Core/Category": [
69             ]
70           },
71           "source_files": "BaseKit/Manager/*.{h,m}"
72         },
73         {
74           "name": "Macro",
75           "source_files": "BaseKit/Macro/*.{h,m}"
76         }
77       ]
78     }
79   ]