blob: ebc60731e931dc220fadf088c38a49a47fa809cb [file] [log] [blame]
{
"name": "AYRealmer",
"version": "1.1.0",
"summary": "Realm wrapper that makes storing data easier.",
"description": "Wrapper that allows you to interact only with models instead of realm-entities.",
"homepage": "https://github.com/bananaRanger/AYRealmer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Yereshchenko": "antonyereshchenko@gmail.com"
},
"source": {
"git": "https://github.com/bananaRanger/AYRealmer.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "AYRealmer/Classes/**/*",
"dependencies": {
"AYDataBaser": [
"~> 1.0.0"
],
"RealmSwift": [
"~> 4.1.1"
]
},
"swift_version": "5.0"
}