[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / a / 4 / FQBaseKit / 0.1.9 / FQBaseKit.podspec.json
blobe08ee42cc77a0acd31af32fba9c83d1eb28f0290
2   "name": "FQBaseKit",
3   "version": "0.1.9",
4   "summary": "FQBaseKit a collection of useful Objective-C Categories",
5   "description": "FQBaseKit a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation,UIKit,QuartzCore",
6   "homepage": "https://github.com/fangqiu1991/FQBaseKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fangqiu1991": "519757546@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/fangqiu1991/FQBaseKit.git",
19     "tag": "0.1.9"
20   },
21   "public_header_files": "FQBaseKit/FQBaseHeader.h",
22   "source_files": "FQBaseKit/FQBaseHeader.h",
23   "subspecs": [
24     {
25       "name": "FQBaseFoundation",
26       "source_files": "FQBaseKit/FQBaseFoundation/*.{h,m}"
27     },
28     {
29       "name": "FQBaseHelper",
30       "source_files": "FQBaseKit/FQBaseHelper/*.{h,m}"
31     },
32     {
33       "name": "FQBaseQuartzCore",
34       "source_files": "FQBaseKit/FQBaseQuartzCore/*.{h,m}"
35     },
36     {
37       "name": "FQBaseTool",
38       "source_files": "FQBaseKit/FQBaseTool/*.{h,m}"
39     },
40     {
41       "name": "FQBaseUIKit",
42       "source_files": "FQBaseKit/FQBaseUIKit/*.{h,m}",
43       "frameworks": [
44         "Foundation",
45         "UIKit"
46       ]
47     },
48     {
49       "name": "FQBaseUtil",
50       "source_files": "FQBaseKit/FQBaseUtil/*.{h,m}"
51     }
52   ]