blob: 9d801ac8581bdbc626c69fbf05c31385a7a2c3b7 [file] [log] [blame]
{
"name": "ReactiveObjCBridge",
"version": "2.0.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": "2.0.0"
},
"source_files": "ReactiveObjCBridge/*.{swift,h,m}",
"private_header_files": "ReactiveObjCBridge/RACScheduler+SwiftSupport.h",
"module_map": "ReactiveObjCBridge/module.modulemap",
"dependencies": {
"ReactiveObjC": [
"~> 3.0.0"
],
"ReactiveSwift": [
"~> 2.0"
]
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
},
"pushed_with_swift_version": "3.0"
}