blob: 91bc7ca96ae427f8c5b3d0fd5fa35efc574adc65 [file] [log] [blame]
{
"name": "MappableObject",
"version": "0.3.9",
"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.9"
},
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "MappableObject/Classes/**/*",
"dependencies": {
"RealmSwift": [
"~> 2.10.0"
],
"ObjectMapper": [
"~> 2.2"
]
},
"pushed_with_swift_version": "3.0",
"deprecated": true
}