blob: f418dab58e676e20d06695cedebcce4ab6b46ff5 [file] [log] [blame]
{
"name": "SLObjectiveCRuntimeAdditions",
"version": "1.2.2",
"summary": "Objc runtime additions.",
"homepage": "https://github.com/OliverLetterer/SLObjectiveCRuntimeAdditions",
"license": "MIT",
"authors": {
"Oliver Letterer": "oliver.letterer@gmail.com"
},
"source": {
"git": "https://github.com/OliverLetterer/SLObjectiveCRuntimeAdditions.git",
"tag": "1.2.2"
},
"source_files": "SLObjectiveCRuntimeAdditions",
"requires_arc": true,
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"prefix_header_contents": [
"#ifndef NS_BLOCK_ASSERTIONS",
"#define __assert_unused",
"#else",
"#define __assert_unused __unused",
"#endif"
]
}