[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / f / 5 / TFKit-Objc / 0.1.0 / TFKit-Objc.podspec.json
blob111349f135e9e990902e7f9b735281e4b52335bb
2   "name": "TFKit-Objc",
3   "version": "0.1.0",
4   "summary": "iOS开发中一些常用的基类与类目工具.",
5   "description": "iOS开发中一些常用的基类与类目工具. 包括AES加密, 字符串处理等",
6   "homepage": "https://github.com/ZpFate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ZpFate": "zptwistedfate@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ZpFate/TFKit-Objc.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "TFKit-Objc/TFKit-Objc/*",
22   "subspecs": [
23     {
24       "name": "Category",
25       "source_files": "TFKit-Objc/TFKit-Objc/Category/*"
26     },
27     {
28       "name": "BaseClass",
29       "source_files": "TFKit-Objc/TFKit-Objc/BaseClass/*"
30     },
31     {
32       "name": "Utils",
33       "source_files": "TFKit-Objc/TFKit-Objc/Utils/*"
34     }
35   ]