blob: 708018c2bf8d6a5539ddb9369d4863ca85c40348 [file] [log] [blame]
{
"name": "SLObjectiveCRuntimeAdditions",
"version": "1.1.6",
"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.1.6"
},
"platforms": {
"ios": "6.0",
"osx": "10.6"
},
"source_files": "SLObjectiveCRuntimeAdditions",
"requires_arc": true,
"frameworks": "Foundation",
"prefix_header_contents": [
"#ifndef NS_BLOCK_ASSERTIONS",
"#define __assert_unused",
"#else",
"#define __assert_unused __unused",
"#endif"
]
}