[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / a / 4 / RxOptional / 1.0.0 / RxOptional.podspec.json
blob4d1a54d692e08e7c37910b296dbcf8a8842a5477
2   "name": "RxOptional",
3   "version": "1.0.0",
4   "summary": "RxSwift extensions for Swift's optionals",
5   "description": "RxSwift extentions for Swift optionals and \"Occupiable\" types.",
6   "homepage": "https://github.com/thanegill/RxOptional",
7   "license": "MIT",
8   "authors": {
9     "Thane Gill": "me@thanegill.com"
10   },
11   "source": {
12     "git": "https://github.com/thanegill/RxOptional.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source_files": "Source/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "~> 2.0"
25     ],
26     "RxCocoa": [
27       "~> 2.0"
28     ]
29   },
30   "frameworks": "Foundation"