[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / e / d / NeoImageLoader / 1.1.3 / NeoImageLoader.podspec.json
blob794feef1bdffca12317c940508c1cbd5e7256689
2   "name": "NeoImageLoader",
3   "version": "1.1.3",
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.3"
18   },
19   "source_files": [
20     "NeoImageLoader",
21     "NeoImageLoader/**/*.{h,m}"
22   ],
23   "swift_version": "4.2"