[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 6 / 1 / 2 / TMUIExtensions / 2.0.4 / TMUIExtensions.podspec.json
blob0b27d11125dd3f48213b56485c3251e32ad07609
2   "name": "TMUIExtensions",
3   "version": "2.0.4",
4   "summary": "TMUIExtensions 是个分类库。",
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.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "TMUIKit/TMUIExtensions/**/*",
23   "public_header_files": "TMUIKit/TMUIExtensions/*.h",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "CoreGraphics"
28   ],
29   "dependencies": {
30     "TMUICore": [
32     ]
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   ]