[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 5 / d / FZKTools / 1.0.8 / FZKTools.podspec.json
blobe696036b3a3211c8ec52f00cc0715b42352c6364
2   "name": "FZKTools",
3   "version": "1.0.8",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "some utilities",
8   "homepage": "https://github.com/qqq5201260/FZKTools",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "czl": "1421610488@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/qqq5201260/FZKTools.git",
18     "tag": "1.0.8"
19   },
20   "requires_arc": true,
21   "source_files": "FZKTools/*",
22   "subspecs": [
23     {
24       "name": "Category",
25       "source_files": [
26         "FZKTools/Category/*",
27         "FZKTools/Category/**/*"
28       ],
29       "dependencies": {
30         "ObjcAssociatedObjectHelpers": [
31           "~> 2.0.1"
32         ]
33       }
34     },
35     {
36       "name": "Macro",
37       "source_files": "FZKTools/Macro/*.{h}"
38     },
39     {
40       "name": "Networking",
41       "source_files": "FZKTools/Networking/*.{h,m}",
42       "dependencies": {
43         "AFNetworking": [
44           "~>3.1.0"
45         ]
46       }
47     },
48     {
49       "name": "Utilities",
50       "source_files": "FZKTools/Utilities/*.{h,m}"
51     },
52     {
53       "name": "UUID",
54       "source_files": "FZKTools/UUID/*.{h,m}"
55     }
56   ]