blob: 2663eb7f6dc79b0a04e519f28788b7fa31ea088b [file] [log] [blame]
{
"name": "ZKPhotoPicker",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "ZKPhotoPicker/Classes/**/*",
"resources": "ZKPhotoPicker/Bundle/ZKPhotoPicker.bundle",
"frameworks": [
"UIKit",
"Foundation",
"Photos"
],
"requires_arc": true,
"dependencies": {
"FLAnimatedImage": [
"~> 1.0.12"
]
},
"swift_version": "5.0"
}