[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 2 / 7 / TDFModuleKit / 1.0.7 / TDFModuleKit.podspec.json
blob523ce17658bf779bfedc352252b35250b2c275e7
2   "name": "TDFModuleKit",
3   "version": "1.0.7",
4   "summary": "TDFModuleKit 模块抽象类,可以提供模块生命周期回调.",
5   "description": "TDFModuleKit 模块抽象类,可以提供模块生命周期回调,无感知集成模块.",
6   "homepage": "https://github.com/tripleCC/TDFModuleKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tripleCC": "triplec.linux@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DManager/TDFModuleKit.git",
16     "tag": "1.0.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TDFModuleKit/Classes/**/*",
22   "public_header_files": [
23     "TDFModuleKit/Classes/TDFModuleKit.h",
24     "TDFModuleKit/Classes/TDFModule.h"
25   ]