[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / c / a / CoreCache / 0.1.2 / CoreCache.podspec.json
bloba8020cdb34ae3d5f987fec01fc07e98c52aadd44
2   "name": "CoreCache",
3   "version": "0.1.2",
4   "summary": "CoreCache provides a leightweight wrapper for Apple's complex CoreData\n                        framework.",
5   "description": "CoreCache provides wrappers for CoreData as well as a performant image cache for use in iOS applications.",
6   "homepage": "https://github.com/borchero/CoreCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "borchero": "oliver.borchert@in.tum.de"
13   },
14   "source": {
15     "git": "https://github.com/borchero/CoreCache.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "CoreCache/**/*.swift",
23     "CoreCache/CoreCache/ImageCache/CCCache.xcdatamodeld",
24     "CoreCache/CoreCache/ImageCache/CCCache.xcdatamodeld/Cache.xcdatamodel",
25     "CoreCache/CoreCache/ImageCache/CCCache.xcdatamodeld/Cache.xcdatamodel/contents"
26   ],
27   "frameworks": [
28     "UIKit",
29     "CoreData"
30   ],
31   "dependencies": {
32     "CorePromises": [
34     ],
35     "Alamofire": [
37     ],
38     "AlamofireImage": [
40     ],
41     "CoreUtility": [
43     ]
44   },
45   "resources": [
46     "CoreCache/ImageCache/CCCache.xcdatamodeld",
47     "CoreCache/ImageCache/CCCache.xcdatamodeld/Cache.xcdatamodel",
48     "CoreCache/ImageCache/CCCache.xcdatamodeld/Cache.xcdatamodel/contents"
49   ],
50   "preserve_paths": "CoreCache/ImageCache/CCCache.xcdatamodeld",
51   "pushed_with_swift_version": "4.0"