[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 8 / d / DSImageCache / 0.1.0 / DSImageCache.podspec.json
bloba3fd3e848c2c3cd092bddbb296f90a36cc52ecd4
2   "name": "DSImageCache",
3   "version": "0.1.0",
4   "summary": "A lightweight and pure Swift implemented library for downloading and cacheing image from the web.",
5   "description": "DSImageCache is a lightweight, pure-Swift library for downloading and caching images from the web. This project is heavily inspired by the popular SDWebImage. It provides you a chance to use a pure-Swift alternative in your next app.",
6   "homepage": "https://github.com/dsonara/DSImageCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dsonara": "dsonara@mobiquityinc.com"
13   },
14   "source": {
15     "git": "https://github.com/dsonara/DSImageCache.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DSImageCache/Classes/**/*",
22   "pushed_with_swift_version": "3.0"