[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / d / KTFoundation / 0.1.0 / KTFoundation.podspec.json
blobbf7a37d3d9c96ca926a71e5311c97eeecf0de79b
2   "name": "KTFoundation",
3   "version": "0.1.0",
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": "git@github.com:yjling2019/KTFoundation.git",
16     "tag": "0.1.0"
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   ]