[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / d / CommonControls / 0.1.7 / CommonControls.podspec.json
blobd57bd7bb150e347b6911725d4afdfa393a678467
2   "name": "CommonControls",
3   "version": "0.1.7",
4   "summary": "常用的控件",
5   "description": "1.视频播放器 2.绘制三角形 3.支付 4.时间地址选择器",
6   "homepage": "https://gitlab.com/Lee0924/CommonControls",
7   "authors": {
8     "Lee0924": "Leejialin0924@163.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://gitlab.com/Lee0924/CommonControls.git",
15     "tag": "v0.1.7"
16   },
17   "license": "MIT",
18   "requires_arc": true,
19   "dependencies": {
20     "Masonry": [
21       "~> 1.1.0"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "SRVideoPlayer",
27       "source_files": "CommonControls/Utils/SRVideoPlayer/*.{h,m}",
28       "frameworks": [
29         "Foundation",
30         "AVFoundation",
31         "UIKit",
32         "MediaPlayer"
33       ],
34       "dependencies": {
35         "Masonry": [
36           "~> 1.1.0"
37         ]
38       }
39     },
40     {
41       "name": "TriangleView",
42       "source_files": "CommonControls/Utils/TriangleView/*.{h,m}",
43       "frameworks": "UIKit"
44     },
45     {
46       "name": "BRPickerView",
47       "public_header_files": "CommonControls/Utils/BRPickerView/**/*.h",
48       "source_files": [
49         "CommonControls/Utils/BRPickerView/AddressPickerView/**/*.{h,m}",
50         "CommonControls/Utils/BRPickerView/StringPickerView/**/*.{h,m}",
51         "CommonControls/Utils/BRPickerView/DatePickerView/**/*.{h,m}",
52         "CommonControls/Utils/BRPickerView/Base/**/*.{h,m}"
53       ]
54     }
55   ]