blob: 1fda27bffb0fd63f828da596193f821f82c8dc18 [file] [log] [blame]
{
"name": "YSLoader",
"platforms": {
"ios": "10.0"
},
"summary": "YSLoader lets a user async download files (images, pdf, zip, etc).",
"requires_arc": true,
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yahya Saddiq": "yahya.saddiq@gmail.com"
},
"homepage": "https://github.com/ysadiq/YSLoader",
"source": {
"git": "https://github.com/ysadiq/YSLoader.git",
"tag": "1.0.0"
},
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"AlamofireImage": [
"~> 3.5"
]
},
"source_files": "YSLoader/**/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}