blob: 31b7286da89786120e91f3fbf14178f9265ee8e2 [file] [log] [blame]
{
"name": "GreedPhotoBrowser",
"version": "0.0.1",
"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.1"
},
"source_files": [
"GreedPhotoBrowser",
"GreedPhotoBrowser/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKIT"
],
"dependencies": {
"SDWebImage": [
],
"Masonry": [
]
},
"requires_arc": true
}