[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / 3 / YSLoader / 1.0.0 / YSLoader.podspec.json
blob1fda27bffb0fd63f828da596193f821f82c8dc18
2   "name": "YSLoader",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "summary": "YSLoader lets a user async download files (images, pdf, zip, etc).",
7   "requires_arc": true,
8   "version": "1.0.0",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Yahya Saddiq": "yahya.saddiq@gmail.com"
15   },
16   "homepage": "https://github.com/ysadiq/YSLoader",
17   "source": {
18     "git": "https://github.com/ysadiq/YSLoader.git",
19     "tag": "1.0.0"
20   },
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.7"
24     ],
25     "AlamofireImage": [
26       "~> 3.5"
27     ]
28   },
29   "source_files": "YSLoader/**/*.{swift}",
30   "swift_versions": "5.0",
31   "swift_version": "5.0"