blob: ad27167bc12921ce1ce9ae175381aaf502fc371a [file] [log] [blame]
{
"name": "ReactiveObjCBridge",
"version": "6.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": "6.0.0"
},
"source_files": "ReactiveObjCBridge/*.{swift,h,m}",
"private_header_files": "ReactiveObjCBridge/RACScheduler+SwiftSupport.h",
"module_map": "ReactiveObjCBridge/module.modulemap",
"dependencies": {
"ReactiveObjC": [
"~> 3.1"
],
"ReactiveSwift": [
"~> 6.1"
]
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "$(inherited) -suppress-warnings"
},
"cocoapods_version": ">= 1.6.0",
"swift_versions": [
"5.0",
"5.1",
"5.1"
],
"swift_version": "5.1"
}