blob: 921d49aee5941a80d205a602b9784a3f4cc224ff [file] [log] [blame]
{
"name": "RealmFuse",
"version": "0.1.1",
"summary": "Use Fuse with Realm",
"description": "Fuse search for Realm object",
"homepage": "https://github.com/anysome/RealmFuse",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Layman": "anysome@gmail.com"
},
"source": {
"git": "https://github.com/anysome/RealmFuse.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RealmFuse/Classes/**/*",
"dependencies": {
"RealmSwift": [
],
"Fuse": [
]
}
}