blob: 2ebd2307d60012a840a9e0d47034122628ceb8cc [file] [log] [blame]
{
"name": "MappableObject",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "MappableObject/Classes/**/*",
"dependencies": {
"RealmSwift": [
"~> 2.10.0"
],
"ObjectMapper": [
"~> 2.2"
]
},
"pushed_with_swift_version": "3.0",
"deprecated": true
}