blob: cdc964ce2a210fa91b4bd8799304d11b6a042c92 [file] [log] [blame]
{
"name": "ReactiveObjCBridge",
"version": "1.1.0",
"summary": "Bridge between ReactiveObjC and ReactiveSwift",
"description": "After the announcement of Swift, ReactiveCocoa was rewritten in Swift. This framework creates a bridge between those Swift and Objective-C APIs (now known as ReactiveSwift and ReactiveObjC respectively).\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.1.0"
},
"source_files": "ReactiveObjCBridge/*.{swift}",
"dependencies": {
"ReactiveObjC": [
"~> 3.0.0"
],
"ReactiveSwift": [
"~> 1.1.5"
]
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
},
"pushed_with_swift_version": "3.0"
}