[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 3 / c / 1 / RxCocoa / 1.6 / RxCocoa.podspec.json
blob8c4ff60fa2cf9097c85ef0e966e15965a2da52fb
2   "name": "RxCocoa",
3   "version": "1.6",
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": "1.6"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "source_files": "RxCocoa/RxCocoa/Common/**/*.swift",
21   "ios": {
22     "source_files": "RxCocoa/RxCocoa/iOS/**/*.swift"
23   },
24   "osx": {
25     "source_files": "RxCocoa/RxCocoa/OSX/**/*.swift"
26   },
27   "dependencies": {
28     "RxSwift": [
30     ]
31   }