[Add] Mobilisten 9.2.1
[CocoaPods.git] / Specs / 3 / c / 1 / RxCocoa / 4.4.1 / RxCocoa.podspec.json
blobb0312881d042832fdd66ac988fe0d533a1eb163e
2   "name": "RxCocoa",
3   "version": "4.4.1",
4   "summary": "RxSwift Cocoa extensions",
5   "description": "* UI extensions\n* NSURL extensions\n* KVO extensions",
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": "4.4.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "3.0",
20     "tvos": "9.0"
21   },
22   "source_files": [
23     "RxCocoa/**/*.{swift,h,m}",
24     "Platform/**/*.swift"
25   ],
26   "exclude_files": [
27     "RxCocoa/Platform/**/*.swift",
28     "Platform/AtomicInt.swift"
29   ],
30   "dependencies": {
31     "RxSwift": [
32       "~> 4.0"
33     ]
34   }