blob: 7b591c0344dce3abf7f8245f4953e68c8d963b37 [file] [log] [blame]
{
"name": "LLPhotosPicker",
"version": "0.0.8",
"summary": "图片选取器,支持图片多选,视频、图片、GIF筛选",
"homepage": "https://github.com/LOLITA0164/LLPhotosPicker",
"license": "MIT",
"platforms": {
"ios": "9.0"
},
"authors": {
"LOLITA0164": "476512340@qq.com"
},
"source": {
"git": "https://github.com/LOLITA0164/LLPhotosPicker.git",
"tag": "0.0.8"
},
"source_files": "LLPhotosPicker/PhotosPicker/*.{swift}",
"resources": "LLPhotosPicker/PhotosPicker/*.{bundle}",
"swift_version": "4.2",
"frameworks": [
"UIKit",
"Foundation",
"Photos"
],
"dependencies": {
"SnapKit": [
"~> 4.2.0"
]
},
"subspecs": [
{
"name": "public",
"source_files": "LLPhotosPicker/PhotosPicker/public/*.{swift}"
}
]
}