blob: 2e4f4ea11092e063b5b2971f7eb506c941dcd78c [file] [log] [blame]
{
"name": "ODSerialization",
"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",
"tvos": "9.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "src/**/*",
"public_header_files": "src/**/*.h",
"dependencies": {
"ODTransformation": [
"~> 1.0"
],
"ODValidation": [
"~> 1.0"
],
"ODRuntime": [
"~> 1.2"
]
},
"prefix_header_contents": "#ifndef TARGET_OS_IOS\n #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n #define TARGET_OS_TV 0\n#endif"
}