[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / f / 8 / MBCache / 0.1.1 / MBCache.podspec.json
blobe85e636e41175063cef6bb7e05813ac734db3345
2   "name": "MBCache",
3   "version": "0.1.1",
4   "summary": "An image extension for persistence caching (along with animations for presenting the image)",
5   "description": "A UIImage extension that takes care of downloading and caching an image, allowing the user to supply a placeholder image while the image downloads.",
6   "homepage": "https://github.com/beaneyDev/MBCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "beaney1232": "matt.beaney@pagesuite.co.uk"
13   },
14   "source": {
15     "git": "https://github.com/beaneyDev/MBCache.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MBCache/Classes/**/*",
22   "dependencies": {
23     "CryptoSwift": [
25     ],
26     "MBUtils": [
28     ]
29   },
30   "pushed_with_swift_version": "3.0"