blob: dc18b925204515d94eef8e5cb0d5689fa5d91fa1 [file] [log] [blame]
{
"name": "WKCAlbumManager",
"version": "2.0.0",
"summary": "自定义相册数据管理类",
"homepage": "https://github.com/WKCLoveYang/WKCAlbumManager.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WKCLoveYang": "wkcloveyang@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/WKCLoveYang/WKCAlbumManager.git",
"tag": "2.0.0"
},
"source_files": "WKCAlbumManager/**/*.{h,m}",
"public_header_files": "WKCAlbumManager/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"Photos"
],
"requires_arc": true
}