blob: 01cfd25c660fc5a1f2a060ad8eed7fa754ab39b4 [file] [log] [blame]
{
"name": "ZKPhotoPicker",
"version": "1.0.0",
"summary": "基于PhotoKit的多图选择框架",
"homepage": "https://github.com/jianbinking/ZKPhotoPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZombieKing": "403317854@qq.com"
},
"source": {
"git": "https://github.com/jianbinking/ZKPhotoPicker.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "ZKPhotoPicker/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation",
"Photos"
],
"requires_arc": true,
"swift_version": "5.0"
}