blob: 5921fa007cbec30791c4985e56929de79547a863 [file] [log] [blame]
{
"name": "EasyStore",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "EasyStore/Classes/**/*",
"dependencies": {
"RealmSwift": [
"~> 3.14"
]
}
}