blob: 5627dce662187d83e7d9d7a506b347de0a76fecc [file] [log] [blame]
{
"name": "OGImage",
"version": "0.0.4",
"summary": "OGImage provides a simple abstraction for loading images from the network, processing them, and caching them locally.",
"homepage": "http://github.com/origamilabs/OGImage",
"license": "MIT",
"authors": {
"Art Gillespie": "art@origami.com"
},
"source": {
"git": "https://github.com/origamilabs/OGImage.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"OGImage",
"OGImage/**/*.{h,m}"
],
"frameworks": [
"Accelerate",
"AssetsLibrary",
"ImageIO"
],
"requires_arc": true
}