blob: 9f7b3d02d2997a6787e9171fd95cd1e2e87ebf2a [file] [log] [blame]
{
"name": "EasyStore",
"version": "0.1.2",
"summary": "A simple Realm client.",
"description": "A easy way to access Realm database.",
"homepage": "https://github.com/0x0c/EasyStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Akira": "akira.matsuda@me.com"
},
"source": {
"git": "https://github.com/0x0c/EasyStore.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "EasyStore/Classes/**/*",
"dependencies": {
"RealmSwift": [
"~> 3.14"
]
}
}