blob: 673f8c33de3b1b32d149da7c59d328736fc3e5df [file] [log] [blame]
{
"name": "Realm-EasyBackground",
"version": "0.2.0",
"summary": "Extensions for Realm",
"description": "Extensions for Realm (To write in background thread easily.)",
"homepage": "https://github.com/muukii/Realm-EasyBackground",
"license": "MIT",
"authors": {
"muukii": "m@muukii.me"
},
"source": {
"git": "https://github.com/muukii/Realm-EasyBackground.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/muukii0803",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Realm-EasyBackground": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"RealmSwift": [
"~> 0.98.0"
]
}
}