[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 3 / c / 1 / RxCocoa / 3.3.1 / RxCocoa.podspec.json
blob378e1b64ed675a84c74320dbbe9ecd940887a2de
2   "name": "RxCocoa",
3   "version": "3.3.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": "3.3.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source_files": [
23     "RxCocoa/RxCocoa.h",
24     "RxCocoa/RxCocoa.swift",
25     "RxCocoa/Common/**/*.{swift,h,m}",
26     "RxCocoa/CocoaUnits/**/*.{swift,h,m}",
27     "RxCocoa/Foundation/**/*.{swift,h,m}",
28     "RxCocoa/Runtime/**/*.{swift,h,m}",
29     "Platform/**/*.swift"
30   ],
31   "exclude_files": "RxCocoa/Platform/**/*.swift",
32   "ios": {
33     "source_files": "RxCocoa/iOS/**/*.swift"
34   },
35   "osx": {
36     "source_files": "RxCocoa/macOS/**/*.swift"
37   },
38   "watchos": {
39     "source_files": "RxCocoa/iOS/**/*.swift"
40   },
41   "tvos": {
42     "source_files": "RxCocoa/iOS/**/*.swift"
43   },
44   "dependencies": {
45     "RxSwift": [
46       "~> 3.3"
47     ]
48   },
49   "pushed_with_swift_version": "3.0"