blob: a9cae536e40907a6de2ae852f3b77c3ded97b047 [file] [log] [blame]
{
"name": "NHPhotosViewer",
"version": "0.1.2",
"summary": "Simple photo viewer written in Swift.",
"description": "Simple photos viewer written in Swift",
"homepage": "https://github.com/thehung111/NHPhotosViewer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ngo Hung": "thehung111@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/thehung111/NHPhotosViewer.git",
"tag": "0.1.2"
},
"source_files": "NHPhotosViewer/NHPhotosViewer/**/*.{h,swift}",
"frameworks": "CFNetwork",
"requires_arc": true,
"dependencies": {
"Kingfisher": [
"~> 3.1"
]
},
"xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}