blob: 7a7e7252848f53620c48e9f90ed57da329f959f7 [file] [log] [blame]
{
"name": "EasyRealm",
"version": "2.0.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": "2.0.0"
},
"social_media_url": "https://twitter.com/poissonballon",
"platforms": {
"ios": "8.0"
},
"source_files": "EasyRealm/Classes/**/*",
"dependencies": {
"RealmSwift": [
"~> 2.4"
]
},
"pushed_with_swift_version": "3.0"
}