[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / a / b / ReactiveObjCBridge / 1.1.0 / ReactiveObjCBridge.podspec.json
blobcdc964ce2a210fa91b4bd8799304d11b6a042c92
2   "name": "ReactiveObjCBridge",
3   "version": "1.1.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": "1.1.0"
21   },
22   "source_files": "ReactiveObjCBridge/*.{swift}",
23   "dependencies": {
24     "ReactiveObjC": [
25       "~> 3.0.0"
26     ],
27     "ReactiveSwift": [
28       "~> 1.1.5"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
33   },
34   "pushed_with_swift_version": "3.0"