blob: da2a6d051a8b113222a69cf91b2abda05d5211c9 [file] [log] [blame]
{
"name": "RxQuery",
"version": "1.2.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.2.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.3"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"default_subspecs": [
"Core",
"Http"
],
"dependencies": {
"RxSwift": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "RxQuery/Core/**/*"
},
{
"name": "Http",
"source_files": [
"RxQuery/Core/**/*",
"RxQuery/Http/**/*"
],
"dependencies": {
"Alamofire": [
]
}
}
]
}