blob: ef099dfdeb1c2deda4572cd2c114f93a181cd236 [file] [log] [blame]
{
"name": "PhDownloader",
"version": "0.4.0",
"summary": "Simple, reactive and functional downloader for iOS Swift with powerful 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.4.0"
},
"source_files": "PhDownloader/**/*.{swift}",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 5.2.1"
],
"RxAlamofire": [
"~> 5.5.0"
],
"RxSwift": [
"~> 5.1.1"
],
"RxRelay": [
"~> 5.1.1"
],
"Realm": [
"~> 5.1.0"
],
"RealmSwift": [
"~> 5.1.0"
],
"RxRealm": [
"~> 3.0.0"
]
},
"swift_version": "5.1"
}