blob: a221e01082d30e4bf860e59fd2435e856df265df [file] [log] [blame]
{
"name": "CoreCache",
"version": "0.3.5",
"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.5"
},
"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"
}