blob: c4863dcee98bd0594a922f4f5c530ffd2be3bbcf [file] [log] [blame]
{
"name": "BLImagePickerLib",
"version": "1.0.0",
"summary": "图片选择器",
"description": "图片选择器 兼容ipad iphone 兼容横竖屏切换, 相机拍照 图片剪裁",
"homepage": "https://github.com/IceTears1/BLImagePickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"binglei": "642203775@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/IceTears1/BLImagePickerController.git",
"tag": "1.0.0"
},
"source_files": "BLImagePickerLib/**/*.{h,m}",
"resources": "BlImagePickerLib/**/*.storyboard",
"resource_bundles": {
"BLImagePickerLib": [
"BlImagePickerLib/**/*.{xcassets}"
]
},
"requires_arc": true
}