blob: f800b1625bfe747138ef72b0ea0b0ca6c6ba9ad7 [file] [log] [blame]
{
"name": "CoreCache",
"version": "0.3.12",
"summary": "CoreCache provides a leightweight wrapper for Apple's complex CoreData\n framework.",
"description": "CoreCache provides wrappers for CoreData as well as a performant image cache for use in iOS applications.",
"homepage": "https://github.com/borchero/CoreCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"borchero": "oliver.borchert@in.tum.de"
},
"source": {
"git": "https://github.com/borchero/CoreCache.git",
"tag": "0.3.12"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"CoreCache/**/*.swift",
"CoreCache/CoreCache/ImageCache/CCCache.xcdatamodeld",
"CoreCache/CoreCache/ImageCache/CCCache.xcdatamodeld/Cache.xcdatamodel",
"CoreCache/CoreCache/ImageCache/CCCache.xcdatamodeld/Cache.xcdatamodel/contents"
],
"frameworks": [
"UIKit",
"CoreData"
],
"dependencies": {
"CorePromises": [
],
"Alamofire": [
],
"AlamofireImage": [
],
"CoreUtility": [
],
"WebParsing": [
]
},
"resources": [
"CoreCache/ImageCache/CCCache.xcdatamodeld",
"CoreCache/ImageCache/CCCache.xcdatamodeld/Cache.xcdatamodel",
"CoreCache/ImageCache/CCCache.xcdatamodeld/Cache.xcdatamodel/contents"
],
"preserve_paths": "CoreCache/ImageCache/CCCache.xcdatamodeld",
"pushed_with_swift_version": "4.0"
}