blob: 948babe5ed132adbfc7d899e46890d683d8f0a8c [file] [log] [blame]
{
"name": "ODX.Serialization",
"version": "1.5.0",
"summary": "Utility classes for serialization 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.5.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.6",
"watchos": "1.0"
},
"source_files": "src/**/*",
"requires_arc": true,
"dependencies": {
"ODX.Core": [
"~> 1.5"
],
"ODObjCRuntime": [
"~> 1.1"
]
}
}