blob: bfb9a34050a6e164a22c2dcc924d08c6c6c5386d [file] [log] [blame]
{
"name": "ODX.Serialization",
"version": "1.6.1",
"summary": "Utility classes for serialization and deserialization Objective-C objects.",
"homepage": "https://github.com/Rogaven/ODX.Serialization",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Nazaroff": "alexx.nazaroff@gmail.com"
},
"source": {
"git": "https://github.com/Rogaven/ODX.Serialization.git",
"tag": "1.6.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.6",
"watchos": "1.0"
},
"source_files": "src/**/*",
"requires_arc": true,
"dependencies": {
"ODX.Core": [
"~> 1.5"
],
"ODObjCRuntime": [
"~> 1.1"
]
},
"deprecated_in_favor_of": "ODSerialization"
}