[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / d / CommonControls / 0.1.2 / CommonControls.podspec.json
blob4d29ba088f731c8187d5f9927eedd5eeaff350b9
2   "name": "CommonControls",
3   "version": "0.1.2",
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.2"
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       "source_files": "CommonControls/Utils/BRPickerView/BRPickerView.h",
48       "public_header_files": "CommonControls/Utils/BRPickerView/BRPickerView.h"
49     }
50   ]