[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / d / 5 / TPDataKit / 1.0.2 / TPDataKit.podspec.json
blobee16385944db8822a07d02e65c17d83fee57e2c8
2   "name": "TPDataKit",
3   "version": "1.0.2",
4   "summary": "The purpose of TPDataKit is to provide some common tools",
5   "description": "TPDataKit 是一个数据工具类的库",
6   "homepage": "https://github.com/Topredator/TPDataKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Topredator": "luyanggold@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Topredator/TPDataKit.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TPDataKit/Classes/TPDataKit.h",
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "TPDataKit/Classes/Base/**/*",
26       "private_header_files": "TPDataKit/Classes/Base/KVO/TPCustomKVO.h"
27     },
28     {
29       "name": "UIKit",
30       "source_files": "TPDataKit/Classes/UIKit/**/*",
31       "dependencies": {
32         "TPDataKit/Base": [
34         ]
35       }
36     }
37   ]