blob: b59f6ae19bd3e474901e14798cc4ecc5878011dd [file] [log] [blame]
{
"name": "PhDownloader",
"version": "0.6.0",
"summary": "Simple, reactive and functional downloader for iOS Swift with the power of RxSwift, RxAlamofire",
"homepage": "https://github.com/hoc081098/PhDownloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Petrus Nguyễn Thái Học": "hoc081098@gmail.com"
},
"social_media_url": "https://twitter.com/hoc081098",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/hoc081098/PhDownloader.git",
"tag": "0.6.0"
},
"source_files": "PhDownloader/**/*.{swift}",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 5.1"
],
"RxAlamofire": [
"~> 5.2"
],
"RxSwift": [
"~> 5.1"
],
"RxRelay": [
"~> 5.1"
],
"Realm": [
"~> 5.2"
],
"RealmSwift": [
"~> 5.2"
],
"RxRealm": [
"~> 3.1"
]
},
"swift_version": "5.1"
}