blob: 713f9ea1eb103a0c74d3fed101edb5d9beea7623 [file] [log] [blame]
{
"name": "ReactiveObjCBridge",
"version": "1.0.0",
"summary": "Bridge between ReactiveObjC and ReactiveSwift",
"description": "After announced Swift, ReactiveCocoa was rewritten in Swift. This framework creates a bridge between those Swift and Objective-C APIs (ReactiveSwift and ReactiveObjC).\n\nBecause the APIs are based on fundamentally different designs, the conversion is not always one-to-one; however, every attempt has been made to faithfully translate the concepts between the two APIs (and languages).",
"homepage": "https://github.com/ReactiveCocoa/ReactiveObjCBridge",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "ReactiveCocoa",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/ReactiveCocoa/ReactiveObjCBridge.git",
"tag": "1.0"
},
"source_files": "ReactiveObjCBridge/*.{swift}",
"dependencies": {
"ReactiveObjC": [
"~> 2.1.2"
],
"ReactiveSwift": [
"~> 1.0"
]
},
"pushed_with_swift_version": "3.0"
}