[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / c / 6 / KVFetcher / 0.9.1 / KVFetcher.podspec.json
blobfba372df88a6bc8774be0d50bc0656fab849be47
2   "name": "KVFetcher",
3   "version": "0.9.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": "10.0"
16   },
17   "swift_versions": "4.0",
18   "source": {
19     "git": "https://github.com/manuelvrhovac/KVFetcher.git",
20     "tag": "0.9.1"
21   },
22   "source_files": "KVFetcher/**/*.{h,m,swift}",
23   "exclude_files": [
24     "Backup",
25     "KVFetcher.framework",
26     "KVFetcher/**/*.{framework, xcodeproj}",
27     "KVFetcher/KVFetcher.framework"
28   ],
29   "swift_version": "4.0"