[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 7 / a / b / ReactiveObjCBridge / 4.0.0 / ReactiveObjCBridge.podspec.json
blob1e17c3acef17b12ec7f538f37dd583c399082bf3
2   "name": "ReactiveObjCBridge",
3   "version": "4.0.0",
4   "summary": "Bridge between ReactiveObjC and ReactiveSwift",
5   "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).",
6   "homepage": "https://github.com/ReactiveCocoa/ReactiveObjCBridge",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "ReactiveCocoa",
12   "platforms": {
13     "osx": "10.9",
14     "ios": "8.0",
15     "tvos": "9.0",
16     "watchos": "2.0"
17   },
18   "source": {
19     "git": "https://github.com/ReactiveCocoa/ReactiveObjCBridge.git",
20     "tag": "4.0.0"
21   },
22   "source_files": "ReactiveObjCBridge/*.{swift,h,m}",
23   "private_header_files": "ReactiveObjCBridge/RACScheduler+SwiftSupport.h",
24   "module_map": "ReactiveObjCBridge/module.modulemap",
25   "dependencies": {
26     "ReactiveObjC": [
27       "~> 3.1"
28     ],
29     "ReactiveSwift": [
30       "~> 4.0"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "OTHER_SWIFT_FLAGS[config=Release]": "$(inherited) -suppress-warnings"
35   },
36   "cocoapods_version": ">= 1.4.0",
37   "swift_version": "4.0"