[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / d / c / a / CoreCache / 0.3.5 / CoreCache.podspec.json
bloba221e01082d30e4bf860e59fd2435e856df265df
2   "name": "CoreCache",
3   "version": "0.3.5",
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.3.5"
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     "WebParsing": [
46     ]
47   },
48   "resources": [
49     "CoreCache/ImageCache/CCCache.xcdatamodeld",
50     "CoreCache/ImageCache/CCCache.xcdatamodeld/Cache.xcdatamodel",
51     "CoreCache/ImageCache/CCCache.xcdatamodeld/Cache.xcdatamodel/contents"
52   ],
53   "preserve_paths": "CoreCache/ImageCache/CCCache.xcdatamodeld",
54   "pushed_with_swift_version": "4.0"