blob: e364b8960532333c03a2e897df8a4c7d21fcb69b [file] [log] [blame]
{
"name": "DrX",
"version": "3.2.1",
"summary": "The Rx doctor is in the house, curing all your ailments with simple-yet-expressive operators and extensions. Includes Cocoa Touch support!",
"description": "DrX is a collection of convenience extensions of RxSwift which add new operators for concisely handling common patterns and/or scenarios. In addition to an agnostic core, DrX also supports iOS RxCocoa.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Duet Health": "info@duethealth.com"
},
"social_media_url": "https://twitter.com/DuetHealth",
"source": {
"git": "https://github.com/DuetHealth/DrX.git",
"tag": "3.2.1"
},
"homepage": "https://github.com/DuetHealth/DrX.git",
"default_subspecs": "Core",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"dependencies": {
"RxRelay": [
],
"RxSwift": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "DrX/Sources/Core/**/*.{h,m,swift}"
},
{
"name": "Cocoa-Touch",
"source_files": "DrX/Sources/**/*.{h,m,swift}",
"dependencies": {
"RxCocoa": [
]
}
}
],
"swift_version": "5.0"
}