[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 2 / b / 8 / airImageCache / 1.0.0 / airImageCache.podspec.json
blob1fd5507e28dc539fcfc637af38fbb821df27199e
2   "name": "airImageCache",
3   "version": "1.0.0",
4   "summary": "An basic UIImage cache manager backed by both an in-memory NSCache and file system /Caches folder.",
5   "description": "An extremely simple UIImage cache manager backed by both an in-memory NSCache and file system /Caches folder.",
6   "homepage": "https://github.com/airG/iOS-airImageCache",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Steven Thompson": "steve.thomp@me.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/airG/iOS-airImageCache.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "AirImageCache",
20     "AirImageCache/**/*.{h,m,swift}"
21   ],
22   "pushed_with_swift_version": "4.0"