blob: 11d655147dcb397857d30c15964354d99aaf0396 [file] [log] [blame]
{
"name": "MappableObject",
"version": "0.2.4",
"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.2.4"
},
"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
}