blob: d1e49ae8d671876d078a246093191ce8fdd092c0 [file] [log] [blame]
{
"name": "LPPhotoViewer-swift",
"version": "0.0.1",
"summary": "a simple photo browser",
"description": "a simple photo browser with custom-built transition efftect in swift",
"homepage": "https://github.com/litt1e-p/LPPhotoViewer-swift",
"license": {
"type": "MIT"
},
"authors": {
"litt1e-p": "litt1e.p4ul@gmail.com"
},
"source": {
"git": "https://github.com/litt1e-p/LPPhotoViewer-swift.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LPPhotoViewer/*",
"dependencies": {
"SDWebImage": [
"~> 3.7.5"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}