blob: 8f639ee72b46bbfe72f1269e06e596cc0c0ca192 [file] [log] [blame]
{
"name": "YMPhotoBrowser",
"version": "1.0.1",
"summary": "YMPhotoBrowser is a modern looking photo gallery written in Swift for iOS.",
"homepage": "https://github.com/zyuanming/YMPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zyphs21": "hansenhs21@live.com"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zyuanming/YMPhotoBrowser.git",
"tag": "1.0.1"
},
"source_files": "YMPhotoBrowser/*",
"resource_bundles": {
"Image": [
"YMPhotoBrowser/Resources/*.png"
]
},
"dependencies": {
"Kingfisher": [
"~> 4.5.0"
]
}
}