[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / a / b / ReactiveObjCBridge / 1.0.2 / ReactiveObjCBridge.podspec.json
blob09ef12259de251e91f80e634e57a797d6eb6faf1
2   "name": "ReactiveObjCBridge",
3   "version": "1.0.2",
4   "summary": "Bridge between ReactiveObjC and ReactiveSwift",
5   "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).",
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": "1.0.2"
21   },
22   "source_files": "ReactiveObjCBridge/*.{swift}",
23   "dependencies": {
24     "ReactiveObjC": [
25       "~> 2.1.2"
26     ],
27     "ReactiveSwift": [
28       "~> 1.1"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
33   },
34   "pushed_with_swift_version": "3.0"