[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 3 / c / 1 / RxCocoa / 2.0-alpha.1 / RxCocoa.podspec.json
blob42662fbd89222427c539263e908121e0b933c495
2   "name": "RxCocoa",
3   "version": "2.0-alpha.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": "2.0-alpha.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "source_files": [
21     "RxCocoa/RxCocoa.h",
22     "RxCocoa/Common/**/*.{swift,h,m}"
23   ],
24   "ios": {
25     "source_files": "RxCocoa/iOS/**/*.swift"
26   },
27   "osx": {
28     "source_files": "RxCocoa/OSX/**/*.swift"
29   },
30   "dependencies": {
31     "RxSwift": [
32       "~> 2.0-alpha"
33     ]
34   }