[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 1 / 7 / d / KTFoundation / 1.0.1 / KTFoundation.podspec.json
blobe92e688a33c5ab9b7cf2c7a2f0e9e4bc9a2a8839
2   "name": "KTFoundation",
3   "version": "1.0.1",
4   "summary": "KOTU'S foundation kit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/KOTU/KTFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "KOTU": "yjling2019@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yjling2019/KTFoundation.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Macros",
24       "source_files": "KTFoundation/Macros/Classes/**/*.{h,m}"
25     },
26     {
27       "name": "Category",
28       "source_files": "KTFoundation/Category/**/*.{h,m}",
29       "dependencies": {
30         "KTFoundation/Macros": [
32         ]
33       }
34     },
35     {
36       "name": "Store",
37       "source_files": "KTFoundation/Store/**/*.{h,m}",
38       "dependencies": {
39         "MMKV": [
41         ]
42       }
43     },
44     {
45       "name": "Device",
46       "source_files": "KTFoundation/Device/**/*.{h,m}"
47     }
48   ]