blob: cbe7687917a75549a4a91b5c5becb38fe83e1357 [file] [log] [blame]
{
"name": "ODDispatch",
"version": "1.0.0",
"summary": "GCD utils functions",
"homepage": "https://github.com/Rogaven/ODDispatch",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Nazaroff": "alexx.nazaroff@gmail.com"
},
"source": {
"git": "https://github.com/Rogaven/ODDispatch.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.6",
"watchos": "1.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "src/**/*",
"public_header_files": "src/include/**/*",
"frameworks": "Foundation",
"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",
"dependencies": {
"ODStringify": [
]
}
}