blob: dd4f48c1399973d865f69242603ae6ac09b31e06 [file] [log] [blame]
{
"name": "ImageCacher",
"version": "0.1.0",
"summary": "ImageCacher helps you to manage image caching.",
"description": " The image caching is asynchronous and based on blocks and GCD. The persistent storage is based on CoreData, fetches are executed in background, last accessed images are stored into a memory buffer.\n",
"homepage": "https://github.com/robyxz/ImageCacher",
"license": "MIT",
"authors": {
"Roberto Sartori": "roberto@rawfish.it"
},
"source": {
"git": "https://github.com/robyxz/ImageCacher.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"ImageCacher": [
"Pod/Assets/*.png",
"Pod/Assets/*.xcdatamodel"
]
},
"frameworks": [
"UIKit",
"MapKit",
"AVFoundation"
]
}