[Add] SampleOTP 0.2.0
[CocoaPods.git] / Specs / c / 6 / 5 / ImageDownload / 0.1.0 / ImageDownload.podspec.json
blob57b74556f87baf9f7362c18a931ecc6dbaec34f7
2   "name": "ImageDownload",
3   "version": "0.1.0",
4   "summary": "A wrapper around the Kingfisher pod to download images.",
5   "description": "A wrapper around the Kingfisher pod to download images. It verifies if the image is from a local path or it is cached. If yes then it fetches the existing image from the path. Else it uses the Kingfisher pod to download the image asynchronously.",
6   "homepage": "https://bitbucket.pearson.com/scm/mobi/imagedownload",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kumar, Swathi": "Swathi.Kumar@pearson.com"
13   },
14   "source": {
15     "git": "ssh://git@bitbucket.pearson.com/mobi/imagedownload.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "ImageDownload/Classes/**/*",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "dependencies": {
23     "Kingfisher": [
24       "~> 1.9"
25     ]
26   }