blob: 31cccf8c1c2589ca469e482b2f71f379abb262e2 [file] [log] [blame]
{
"name": "ImageCacher",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"ImageCacher": [
"Pod/Assets/**"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit",
"AVFoundation"
]
}