blob: e092317b0a0b1f78622a0ee43796f6dd04338314 [file] [log] [blame]
{
"name": "OGImage",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"OGImage",
"OGImage/**/*.{h,m}"
],
"frameworks": [
"Accelerate",
"ImageIO",
"AssetsLibrary"
],
"requires_arc": true
}