[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / e / d / NeoImageLoader / 1.1.1 / NeoImageLoader.podspec.json
blobfc740cd249d4555c27c1fda7c1c91d7319a2cd39
2   "name": "NeoImageLoader",
3   "version": "1.1.1",
4   "summary": "A simple Image Loader with cache and some additional features to simplify the loading of images",
5   "description": "An Image Loader that manages the cache and removes unused images. All the images are auto-cached and all accesses to images are tracked locally so it can know what images are unused and can be removed. It also has some extras features like add a loading to the UIImageView when on a network request and add a placeholder to be used if the load fails.",
6   "homepage": "http://www.neomode.com.br",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Neomode",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://gitlab.com/neomode-modules/neoimageloader.git",
17     "tag": "1.1.1"
18   },
19   "source_files": [
20     "NeoImageLoader",
21     "NeoImageLoader/**/*.{h,m}"
22   ],
23   "pushed_with_swift_version": "4.0"