[Add] XZTextImageView 10.1.0
[CocoaPods.git] / Specs / 6 / a / f / RxSugar / 0.1.1 / RxSugar.podspec.json
blob389b29dd87ea31dbb48d9b5f7efd182c1b7e1a77
2   "name": "RxSugar",
3   "version": "0.1.1",
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   "source": {
14     "git": "https://github.com/RxSugar/RxSugar.git",
15     "tag": "v0.1.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0"
21   },
22   "source_files": [
23     "RxSugar/RxSugar.h",
24     "RxSugar/**/*.{swift}"
25   ],
26   "exclude_files": "RxSugarTests",
27   "tvos": {
28     "exclude_files": "RxSugar/UISwitch+Sugar.swift"
29   },
30   "dependencies": {
31     "RxSwift": [
32       "~> 3.0"
33     ]
34   },
35   "pushed_with_swift_version": "3.0"