blob: 6a55cd61eabe0cb6e3aeedd8aeb84f0ea4b7e68c [file] [log] [blame]
{
"name": "Realm-EasyBackground",
"version": "0.5.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.5.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": [
"~> 1.0"
]
}
}