blob: c1f3e255a845cc5b2204c28aafb6a56a59d1b6f7 [file] [log] [blame]
{
"name": "RxReactiveObjC",
"version": "1.0.1",
"summary": "Bridge between RxSwift and ReactiveObjC",
"description": "This is a small library that I really had to make. It provides two-way bridging \nbetween RxSwift and ReactiveObjC. The reason it's in a separate repo is because\nI really wanted to run tests on it.",
"homepage": "https://github.com/igor-makarov/RxReactiveObjC",
"license": "MIT",
"authors": {
"Igor Makarov": "igormaka@gmail.com"
},
"source": {
"git": "https://github.com/igor-makarov/RxReactiveObjC.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0",
"watchos": "3.0",
"osx": "10.10"
},
"swift_versions": [
"5.0",
"5.1"
],
"dependencies": {
"RxSwift": [
"~> 5"
],
"ReactiveObjC": [
">=3.1.0"
]
},
"testspecs": [
{
"name": "CoreTests",
"test_type": "unit",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"dependencies": {
"RxReactiveObjC/Core": [
]
},
"source_files": "Tests/**/*.swift"
}
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.swift"
},
{
"name": "MapKit",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/MapKit/**/*.swift",
"dependencies": {
"RxReactiveObjC/Core": [
],
"RxMKMapView": [
]
}
},
{
"name": "DataSource",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/DataSource/**/*.swift",
"dependencies": {
"RxReactiveObjC/Core": [
],
"RxDataSources": [
]
}
}
],
"swift_version": "5.1"
}