blob: 09ef12259de251e91f80e634e57a797d6eb6faf1 [file] [log] [blame]
{
"name": "ReactiveObjCBridge",
"version": "1.0.2",
"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.2"
},
"source_files": "ReactiveObjCBridge/*.{swift}",
"dependencies": {
"ReactiveObjC": [
"~> 2.1.2"
],
"ReactiveSwift": [
"~> 1.1"
]
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
},
"pushed_with_swift_version": "3.0"
}