[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 7 / 3 / 1 / JKBaseKit / 1.3.1 / JKBaseKit.podspec.json
blobb0526ff3ebbc2d1c37371fa991e3c1bb9cda40a3
2   "name": "JKBaseKit",
3   "version": "1.3.1",
4   "license": "MIT",
5   "summary": "Simple APP Kit",
6   "homepage": "https://github.com/lwq718691587/JKBaseKit",
7   "authors": {
8     "刘伟强": "718691587@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/lwq718691587/JKBaseKit.git",
12     "tag": "1.3.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "public_header_files": "JKBaseKit/JKBaseKit.h",
19   "source_files": "JKBaseKit/JKBaseKit.h",
20   "subspecs": [
21     {
22       "name": "FastCoder",
23       "requires_arc": false,
24       "source_files": [
25         "JKBaseKit/FastCoder",
26         "*.{h,m}"
27       ]
28     },
29     {
30       "name": "JKMacro",
31       "source_files": [
32         "JKBaseKit/JKMacro",
33         "*.{h,m}"
34       ]
35     },
36     {
37       "name": "JKNSCategory",
38       "source_files": [
39         "JKBaseKit/JKNSCategory",
40         "*.{h,m}"
41       ]
42     }
43   ]