[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / a / f / RxSugar / 0.0.1 / RxSugar.podspec.json
blobd95305ea5d92ab43abd591348ad255cc80cdaee3
2   "name": "RxSugar",
3   "version": "0.0.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   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/RxSugar/RxSugar.git",
18     "tag": "v0.0.1"
19   },
20   "source_files": [
21     "RxSugar/RxSugar.h",
22     "RxSugar/**/*.{swift}"
23   ],
24   "exclude_files": "RxSugarTests",
25   "requires_arc": true,
26   "dependencies": {
27     "RxSwift": [
28       "~> 2.0"
29     ]
30   }