[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 6 / 1 / 2 / TMUIExtensions / 2.0.6 / TMUIExtensions.podspec.json
blob92d27881023b63da0cb7e2426e1f4431743b3292
2   "name": "TMUIExtensions",
3   "version": "2.0.6",
4   "summary": "TMUIKit 是个UI库,包含UI,组件,宏,库工具等。",
5   "description": "'TMUIKit iOS 是一个致力于提高项目 UI 开发效率的组件库,为工程提供一些通用的UI基础库及功能组件库以及一些通用的工具库。\n旨在帮助快速高效的构建工程的基础设计元素,以及统一维护基础元素的版本兼容性处理,助于提高开发效率和项目质量。'",
6   "homepage": "https://github.com/chengzongxin/TMUIKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chengzongxin": "joe.cheng@corp.to8to.com"
13   },
14   "source": {
15     "git": "https://github.com/chengzongxin/TMUIKit.git",
16     "tag": "v2.0.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "TMUICore": [
25     ]
26   },
27   "source_files": "TMUIKit/TMUIExtensions/**/*",
28   "public_header_files": "TMUIKit/TMUIExtensions/*.h",
29   "frameworks": [
30     "Foundation",
31     "UIKit",
32     "CoreGraphics"
33   ],
34   "subspecs": [
35     {
36       "name": "UIKit",
37       "source_files": "TMUIKit/TMUIExtensions/UIKit",
38       "dependencies": {
39         "TMUIExtensions/Foundation": [
41         ]
42       }
43     },
44     {
45       "name": "Foundation",
46       "source_files": "TMUIKit/TMUIExtensions/Foundation"
47     }
48   ]