blob: 47b7c8dd9a6ac0e06157de8802b352817af99716 [file] [log] [blame]
{
"name": "EasyRealm",
"version": "3.4.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.4.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/**/*.swift",
"swift_version": "4.2",
"dependencies": {
"RealmSwift": [
"~> 3.10"
]
}
}