blob: f60b5b00eab9c0f69e9f0222fc6b23965883e337 [file] [log] [blame]
{
"name": "EasyRealm",
"version": "3.1.0",
"summary": "EasyRealm is a micro-framework that helps you use Realm.",
"description": "EasyRealm is a micro-framework (less than 200 LOC) that helps you use Realm.",
"homepage": "https://github.com/PoissonBallon/EasyRealm.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Allan Vialatte": "allan.vialatte@icloud.com"
},
"source": {
"git": "https://github.com/PoissonBallon/EasyRealm.git",
"tag": "3.1.0"
},
"social_media_url": "https://twitter.com/poissonballon",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "EasyRealm/Classes/**/*",
"dependencies": {
"RealmSwift": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "4.0"
}