blob: 7df2b558972c1df4898af709d21677825c94cc4a [file] [log] [blame]
{
"name": "LPPhotoViewer",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LPPhotoViewer/*",
"dependencies": {
"SDWebImage": [
"~> 3.7.5"
],
"MBProgressHUD": [
"~> 0.9.2"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}