[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 6 / 1 / 2 / TMUIExtensions / 2.0.5 / TMUIExtensions.podspec.json
blob04b756f915991b802521083a83c16d7d1cda0fd2
2   "name": "TMUIExtensions",
3   "version": "2.0.5",
4   "summary": "TMUIKit 是个UI库,包含UI,组件,宏,库工具等。",
5   "description": "'TMUIKit iOS 是一个致力于提高项目 UI 开发效率的组件库,为工程提供一些通用的UI基础库及功能组件库以及一些通用的工具库。\n旨在帮助快速高效的构建工程的基础设计元素,以及统一维护基础元素的版本兼容性处理,助于提高开发效率和项目质量。'",
6   "homepage": "http://repo.we.com/tubroker/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": "./"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "TMUICore": [
24     ]
25   },
26   "source_files": "TMUIKit/TMUIExtensions/**/*",
27   "public_header_files": "TMUIKit/TMUIExtensions/*.h",
28   "frameworks": [
29     "Foundation",
30     "UIKit",
31     "CoreGraphics"
32   ],
33   "subspecs": [
34     {
35       "name": "UIKit",
36       "source_files": "TMUIKit/TMUIExtensions/UIKit",
37       "dependencies": {
38         "TMUIExtensions/Foundation": [
40         ]
41       }
42     },
43     {
44       "name": "Foundation",
45       "source_files": "TMUIKit/TMUIExtensions/Foundation"
46     }
47   ]