[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / a / f / RxSugar / 0.0.2 / RxSugar.podspec.json
blob731121e889b9ce559d7726d6b724283e05df48c4
2   "name": "RxSugar",
3   "version": "0.0.2",
4   "summary": "Simple RxSwift extensions for interacting with Apple APIs",
5   "description": "RxSugar adds simple UI extensions for interacting with Apple APIs, and includes custom operators.\n\nFor more information, see [the README](https://github.com/RxSugar/RxSugar).",
6   "homepage": "https://github.com/RxSugar/RxSugar",
7   "license": "MIT",
8   "authors": {
9     "James Rantanen": "jarinteractive@gmail.com",
10     "Mark Sands": "marksands07@gmail.com",
11     "Asynchrony": null
12   },
13   "platforms": {
14     "ios": "8.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/RxSugar/RxSugar.git",
19     "tag": "v0.0.2"
20   },
21   "ios": {
22     "source_files": [
23       "RxSugar/RxSugar.h",
24       "RxSugar/**/*.{swift}"
25     ],
26     "exclude_files": "RxSugarTests"
27   },
28   "tvos": {
29     "source_files": [
30       "RxSugar/RxSugar.h",
31       "RxSugar/**/*.{swift}"
32     ],
33     "exclude_files": [
34       "RxSugarTests",
35       "RxSugar/UISwitch+Sugar.swift"
36     ]
37   },
38   "requires_arc": true,
39   "dependencies": {
40     "RxSwift": [
41       "~> 2.0"
42     ]
43   }