blob: 2747663dd613d8bfadbecac1ff95fd746e2685c0 [file] [log] [blame]
{
"name": "Queryable",
"version": "3.0.0",
"summary": "Realm Query Extension",
"description": "Extension for CRUD operation just on object",
"homepage": "https://github.com/quver/Queryable",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Paweł Bednorz": "pawel@quver.pl"
},
"source": {
"git": "https://github.com/quver/Queryable.git",
"tag": "3.0.0"
},
"social_media_url": "https://twitter.com/plquver",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"RealmSwift": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3"
}