[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / a / 9 / MYLCommonUI / 1.1.0 / MYLCommonUI.podspec.json
blobfe467aebabc2a02147b4074acc27955ec566491e
2   "name": "MYLCommonUI",
3   "version": "1.1.0",
4   "summary": "MYLCommonUI",
5   "description": "MYLCommonUI 沐雨立的UI组件",
6   "homepage": "https://github.com/MuYuLi/MYLCommonUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "沐雨立": "zhyl1881@163.com"
13   },
14   "source": {
15     "git": "https://github.com/MuYuLi/MYLCommonUI.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MYLCommonUI/*.{h,m,c}",
22   "public_header_files": "MYLCommonUI/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "CoreLocation"
27   ],
28   "subspecs": [
29     {
30       "name": "Utils",
31       "source_files": "MYLCommonUI/Utils/*",
32       "public_header_files": "MYLCommonUI/Utils/*.h"
33     },
34     {
35       "name": "Components",
36       "source_files": "MYLCommonUI/Components/**/*",
37       "dependencies": {
38         "MYLCommonUI/Utils": [
40         ]
41       }
42     }
43   ]