[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / c / 6 / KVFetcher / 0.0.1 / KVFetcher.podspec.json
blob1edac5f12c0d1f6d38d569db149398af89a7f91c
2   "name": "KVFetcher",
3   "version": "0.0.1",
4   "summary": "A cached async key/value fetcher",
5   "description": "Use `KVFetcher` and its subclasses to easily fetch, cache and even pre-fetch things that take time to load. Some examples: images from Photos library, images from the internet, JSON objects, reading files from disk... It can be used both in sync and asynchronously.",
6   "homepage": "https://github.com/manuelvrhovac/KVFetcher",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "manuelvrhovac": "manuel.vrhovac@icloud.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "4.0",
18   "source": {
19     "git": "https://github.com/manuelvrhovac/KVFetcher.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "KVFetcher/*.{h,m,swift}",
23   "exclude_files": [
24     "Backup",
25     "KVFetcher.framework"
26   ],
27   "swift_version": "4.0"