blob: 76a947c9aa25291b071e70534468822dc87c3b8e [file] [log] [blame]
{
"name": "MappableObject",
"version": "0.3.11",
"summary": "A Realm extension that serializes arbitrary JSON into MappableObject class",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Arnoymous/MappableObject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arnoymous": "arnaud.dorgans@gmail.com"
},
"source": {
"git": "https://github.com/Arnoymous/MappableObject.git",
"tag": "0.3.11"
},
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "MappableObject/Classes/**/*",
"dependencies": {
"RealmSwift": [
"~> 3.0.0"
],
"ObjectMapper": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "3.0",
"deprecated": true
}