[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 5 / d / FZKTools / 1.0.1 / FZKTools.podspec.json
blob6bdec2734656027bf0735f91b177566976edaf57
2   "name": "FZKTools",
3   "version": "1.0.1",
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.1"
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     },
30     {
31       "name": "Macro",
32       "source_files": "FZKTools/Macro/*.{h}"
33     },
34     {
35       "name": "Utilities",
36       "source_files": "FZKTools/Utilities/*.{h,m}"
37     }
38   ]