[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / c / a / CoreCache / 0.6.9 / CoreCache.podspec.json
blob97fcf499f0e07e1df3d7aab6f3d54f87cc2ad7b2
2   "name": "CoreCache",
3   "version": "0.6.9",
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.6.9"
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     "SwiftKeychainWrapper": [
49     ]
50   },
51   "resources": [
52     "CoreCache/ImageCache/CCCache.xcdatamodeld",
53     "CoreCache/ImageCache/CCCache.xcdatamodeld/Cache.xcdatamodel",
54     "CoreCache/ImageCache/CCCache.xcdatamodeld/Cache.xcdatamodel/contents"
55   ],
56   "preserve_paths": "CoreCache/ImageCache/CCCache.xcdatamodeld",
57   "pushed_with_swift_version": "4.0"