[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / c / e / RealmSugar / 0.1 / RealmSugar.podspec.json
blob6ab0e060bc43d0d800c945dc76c25cc78e8897f3
2   "name": "RealmSugar",
3   "version": "0.1",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/nielskoole/RealmSugar",
9   "authors": {
10     "Niels Koole": "nielskoole@icloud.com"
11   },
12   "summary": "RealmSugar is a syntactic sugar to remove unnecessary code for retrieving notifications on realm instances.",
13   "source": {
14     "git": "https://github.com/nielskoole/RealmSugar.git",
15     "tag": "0.1"
16   },
17   "ios": {
18     "source_files": "RealmSugar/Source/*.*",
19     "requires_arc": true
20   },
21   "platforms": {
22     "ios": "9.0"
23   },
24   "dependencies": {
25     "RealmSwift": [
27     ]
28   },
29   "pushed_with_swift_version": "3.0"