blob: 2c5bb967c9a9aeec3045ea052d41401853af9db2 [file] [log] [blame]
{
"name": "GreedPhotoBrowser",
"version": "0.0.8",
"summary": "a photo browser for iOS",
"description": "this is a photo browser for iOS",
"homepage": "https://github.com/greedlab/GreedPhotoBrowser",
"license": "MIT",
"authors": {
"Bell": "bell@greedlab.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/greedlab/GreedPhotoBrowser.git",
"tag": "0.0.8"
},
"source_files": [
"GreedPhotoBrowser",
"GreedPhotoBrowser/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SDWebImage": [
"~> 4.0.0-beta2"
],
"Masonry": [
]
},
"requires_arc": true
}