blob: 8b41270338cb4c3f8a9dbd5029e0691548f093a5 [file] [log] [blame]
{
"name": "RxQuery",
"version": "1.5.0",
"summary": "Extension of RxSwift pod",
"homepage": "https://github.com/gsagadyn/RxQuery",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grzegorz Sagadyn": "sagadyn@gmail.com"
},
"source": {
"git": "https://github.com/gsagadyn/RxQuery.git",
"tag": "1.5.0"
},
"swift_version": "5.0",
"platforms": {
"ios": "10.3"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"default_subspecs": [
"Core",
"Http"
],
"dependencies": {
"RxSwift": [
"~> 4.4"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "RxQuery/Core/**/*"
},
{
"name": "Http",
"source_files": [
"RxQuery/Core/**/*",
"RxQuery/Http/**/*"
],
"dependencies": {
"Alamofire": [
"~> 5.0.0-beta.4"
]
}
}
]
}