[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / e / c / RxSwift / 2.0.0-alpha.3 / RxSwift.podspec.json
blobf93777af3321b1f9b3e1f914e200e20e156ff7c3
2   "name": "RxSwift",
3   "version": "2.0.0-alpha.3",
4   "summary": "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform",
5   "description": "This is a Swift port of Reactive extensions.\n\n[https://github.com/Reactive-Extensions](https://github.com/Reactive-Extensions)\n\nLike the original Rx, its intention is to enable easy composition of asynchronous operations and event streams.\n\nIt tries to port as many concepts from the original Rx as possible, but some concepts were adapted for more pleasant and performant integration with iOS/OSX environment.\n\nProbably the best analogy for those who have never heard of Rx would be:\n\n\n```\ngit diff | grep bug | less          #  linux pipes - programs communicate by sending\n\t\t\t\t    #  sequences of bytes, words, lines, '\u0000' terminated strings...\n```\nwould become if written in RxSwift\n```\ngitDiff().grep(\"bug\").less          // sequences of swift objects\n```",
6   "homepage": "https://github.com/ReactiveX/RxSwift",
7   "license": "MIT",
8   "authors": {
9     "Krunoslav Zaher": "krunoslav.zaher@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ReactiveX/RxSwift.git",
13     "tag": "2.0.0-alpha.3"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "source_files": "RxSwift/**/*.swift"