[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / d / 5 / TPDataKit / 1.0.0 / TPDataKit.podspec.json
blobb383e1ee20771fcd5d59d72f23938e0c866a5a46
2   "name": "TPDataKit",
3   "version": "1.0.0",
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.0"
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     },
27     {
28       "name": "UIKit",
29       "source_files": "TPDataKit/Classes/UIKit/**/*",
30       "dependencies": {
31         "TPDataKit/Base": [
33         ]
34       }
35     }
36   ]