blob: 37b60ad8d8adce05f3368421bf471a1e4f2c6c37 [file] [log] [blame]
{
"name": "ZLPhotosSelectViewController",
"version": "1.1.2",
"summary": "定制照片选择器、图片压缩功能",
"homepage": "https://gitee.com/ZLPublicKits/ZLPhotosSelectViewController",
"license": "MIT",
"authors": {
"itzhaolei": "itzhaolei@foxmail.com"
},
"source": {
"git": "https://gitee.com/ZLPublicKits/ZLPhotosSelectViewController.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "ZLPhotosSelectViewController/Classes/ZLPhotosSelectHeader.h",
"public_header_files": "ZLPhotosSelectViewController/Classes/ZLPhotosSelectHeader.h",
"subspecs": [
{
"name": "Album",
"source_files": "ZLPhotosSelectViewController/Classes/Album/*.{h,m}",
"resource_bundles": {
"ZLPhotosSelectViewController": [
"ZLPhotosSelectViewController/Assets/**/*"
]
}
},
{
"name": "Compression",
"source_files": "ZLPhotosSelectViewController/Classes/Compression/*.{h,m}"
}
]
}