[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / f / b / ReactiveSwift / 1.1.2 / ReactiveSwift.podspec.json
blob884aa2b7eed4285cc40eb67346a51648545b5f36
2   "name": "ReactiveSwift",
3   "version": "1.1.2",
4   "summary": "Streams of values over time",
5   "description": "ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.",
6   "homepage": "https://github.com/ReactiveCocoa/ReactiveSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "ReactiveCocoa",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
20     "tag": "1.1.2"
21   },
22   "source_files": "Sources/*.{swift}",
23   "dependencies": {
24     "Result": [
25       "~> 3.2"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
30   },
31   "pushed_with_swift_version": "3.0"