blob: 19a628cd41ee9a1282b6ce3274b671144ab3b84a [file] [log] [blame]
{
"name": "DzyImagePicker",
"version": "1.0.3",
"summary": "image picker",
"description": "仿微信制作的图片编辑控件,欢迎各位大佬提 pr",
"homepage": "https://github.com/dzyding/ImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "灰s",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/dzyding/ImagePicker.git",
"tag": "1.0.3"
},
"source_files": "Source/*.swift",
"resources": "Images/*.png",
"swift_version": "4.2",
"dependencies": {
"SnapKit": [
"~> 4.2.0"
]
}
}