[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / d / KTFoundation / 1.0.6 / KTFoundation.podspec.json
blob24da7c7ed788835f862bb4c53d04410c168a74d6
2   "name": "KTFoundation",
3   "version": "1.0.6",
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.6"
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     {
49       "name": "Sandbox",
50       "source_files": "KTFoundation/Sandbox/**/*.{h,m}"
51     }
52   ]