[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / c / e / RealmSugar / 0.2 / RealmSugar.podspec.json
blob9e503050d89367cac55a3b409d38accc2d52f54b
2   "name": "RealmSugar",
3   "version": "0.2",
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.2"
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"