blob: 1c9cee2fae43317ba572d565170f5e880a3752a3 [file] [log] [blame]
{
"name": "NHPhotosViewer",
"version": "0.1.1",
"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.1"
},
"source_files": [
"NHPhotosViewer",
"NHPhotosViewer/NHPhotosViewer/**/*.{h,m,swift}"
],
"frameworks": "CFNetwork",
"requires_arc": true,
"dependencies": {
"Kingfisher": [
"~> 3.1"
]
},
"xcconfig": {
"SWIFT_VERSION": "3.0"
}
}