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