[Add] DocumentReaderFullAuthRFIDNightly 7.5.11062
[CocoaPods.git] / Specs / 3 / c / 1 / RxCocoa / 1.8.1 / RxCocoa.podspec.json
blobcd78760a2ae4af8ef34d0edb235ac650f0a4e4d6
2   "name": "RxCocoa",
3   "version": "1.8.1",
4   "summary": "RxSwift Cocoa extensions",
5   "description": "* UI extensions\n* NSURL extensions\n* KVO extensions",
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": "1.8.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "source_files": [
21     "RxCocoa/RxCocoa/RxCocoa.h",
22     "RxCocoa/RxCocoa/Common/**/*.{swift,h,m}"
23   ],
24   "ios": {
25     "source_files": "RxCocoa/RxCocoa/iOS/**/*.swift"
26   },
27   "osx": {
28     "source_files": "RxCocoa/RxCocoa/OSX/**/*.swift"
29   },
30   "dependencies": {
31     "RxSwift": [
33     ]
34   }