[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 5 / 0 / GMUIFramework / 1.2.4 / GMUIFramework.podspec.json
blobc76b3cc2815c0b39698f992ab88641cbd3e4f18d
2   "name": "GMUIFramework",
3   "version": "1.2.4",
4   "summary": "通用UI封装库",
5   "description": "通用UI功能库-私有Pods\n包含:1,UITableView的轻量封装,简化tableview的使用,自动行高计算和行高缓存\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
6   "homepage": "https://gitlab.gomemycdev.com/GMUIFramework/IOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CoderHhp": "yufeng870820@163.com"
13   },
14   "source": {
15     "git": "https://gitlab.gomemycdev.com/GMUIFramework/IOS.git",
16     "tag": "1.2.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "GMUIFramework/GMUIFramework.h",
23   "subspecs": [
24     {
25       "name": "GMTableViewManager",
26       "source_files": "GMUIFramework/GMTableViewManager/*.{h,m}",
27       "public_header_files": "GMUIFramework/GMTableViewManager/*.h",
28       "frameworks": "Foundation",
29       "dependencies": {
30         "UITableView+FDTemplateLayoutCell": [
31           "1.4"
32         ]
33       }
34     },
35     {
36       "name": "GMContactManager",
37       "source_files": "GMUIFramework/GMContactManager/*.{h,m}",
38       "public_header_files": "GMUIFramework/GMContactManager/*.h",
39       "frameworks": [
40         "Foundation",
41         "UIKit"
42       ],
43       "resources": "GMUIFramework/GMContactManager/DWContactManagerResource.bundle"
44     }
45   ]