[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / c / 1 / RxCocoa / 0.8 / RxCocoa.podspec.json
blob98a0529678c64ef7bd128768114d32c5994fbbdd
2   "name": "RxCocoa",
3   "version": "0.8",
4   "summary": "RxSwift Cocoa extensions",
5   "description": "\t\t\t* UI extensions\n\t\t\t* NSURL extensions\n\t\t\t* KVO extensions\n",
6   "homepage": "https://github.com/kzaher/RxSwift",
7   "license": "MIT",
8   "authors": {
9     "Krunoslav Zaher": "krunoslav.zaher@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kzaher/RxSwift.git",
13     "tag": "0.8"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "RxCocoa/RxCocoa/**/*",
20   "dependencies": {
21     "RxSwift": [
23     ]
24   }