blob: 857ab51dc84050a3f157047d5e9da826bbda214e [file] [log] [blame]
{
"name": "ODX.Core",
"version": "2.0.0",
"summary": "Set of utility classes and methods for iOS & OSX apps.",
"homepage": "https://github.com/Rogaven/ODX.Core",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Nazaroff": "alexx.nazaroff@gmail.com"
},
"source": {
"git": "https://github.com/Rogaven/ODX.Core.git",
"tag": "2.0.0"
},
"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/**/*",
"dependencies": {
"ODDispatch": [
],
"ODLog": [
],
"ODPath": [
],
"ODProperties": [
],
"ODRuntime": [
],
"ODSerialization": [
],
"ODStringify": [
],
"ODTransformation": [
],
"ODValidation": [
],
"ODWeakify": [
]
}
}