[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / a / 4 / FQBaseKit / 0.1.3 / FQBaseKit.podspec.json
blob7931f36e97f2aee46b64959310c8c604d259f745
2   "name": "FQBaseKit",
3   "version": "0.1.3",
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.3"
20   },
21   "source_files": "FQBaseKit/*/*.{h,m}",
22   "subspecs": [
23     {
24       "name": "FQBaseFoundation",
25       "source_files": "FQBaseKit/FQBaseFoundation/*.{h,m}"
26     },
27     {
28       "name": "FQBaseHelper",
29       "source_files": "FQBaseKit/FQBaseHelper/*.{h,m}"
30     },
31     {
32       "name": "FQBaseQuartzCore",
33       "source_files": "FQBaseKit/FQBaseQuartzCore/*.{h,m}"
34     },
35     {
36       "name": "FQBaseTool",
37       "source_files": "FQBaseKit/FQBaseTool/*.{h,m}"
38     },
39     {
40       "name": "FQBaseUIKit",
41       "source_files": "FQBaseKit/FQBaseUIKit/*.{h,m}",
42       "frameworks": [
43         "Foundation",
44         "UIKit"
45       ]
46     },
47     {
48       "name": "FQBaseUtil",
49       "source_files": "FQBaseKit/FQBaseUtil/*.{h,m}"
50     }
51   ]