[Add] kingpin 0.3.4
[CocoaPods.git] / Specs / f / 7 / 3 / AYRealmer / 1.0.0 / AYRealmer.podspec.json
blob26e589a84e8cdc10f1d2175f0042bc996df0a8c1
2   "name": "AYRealmer",
3   "version": "1.0.0",
4   "summary": "Realm wrapper that makes storing data easier.",
5   "description": "Wrapper that allows you to interact only with models instead of realm-entities.",
6   "homepage": "https://github.com/bananaRanger/AYRealmer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Yereshchenko": "antonyereshchenko@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/bananaRanger/AYRealmer.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "AYRealmer/Classes/**/*",
23   "dependencies": {
24     "AYDataBaser": [
25       "~> 1.0.0"
26     ],
27     "RealmSwift": [
28       "~> 4.1.1"
29     ]
30   },
31   "swift_version": "5.0"