blob: d57bd7bb150e347b6911725d4afdfa393a678467 [file] [log] [blame]
{
"name": "CommonControls",
"version": "0.1.7",
"summary": "常用的控件",
"description": "1.视频播放器 2.绘制三角形 3.支付 4.时间地址选择器",
"homepage": "https://gitlab.com/Lee0924/CommonControls",
"authors": {
"Lee0924": "Leejialin0924@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitlab.com/Lee0924/CommonControls.git",
"tag": "v0.1.7"
},
"license": "MIT",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
},
"subspecs": [
{
"name": "SRVideoPlayer",
"source_files": "CommonControls/Utils/SRVideoPlayer/*.{h,m}",
"frameworks": [
"Foundation",
"AVFoundation",
"UIKit",
"MediaPlayer"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
},
{
"name": "TriangleView",
"source_files": "CommonControls/Utils/TriangleView/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "BRPickerView",
"public_header_files": "CommonControls/Utils/BRPickerView/**/*.h",
"source_files": [
"CommonControls/Utils/BRPickerView/AddressPickerView/**/*.{h,m}",
"CommonControls/Utils/BRPickerView/StringPickerView/**/*.{h,m}",
"CommonControls/Utils/BRPickerView/DatePickerView/**/*.{h,m}",
"CommonControls/Utils/BRPickerView/Base/**/*.{h,m}"
]
}
]
}