blob: 6a3846859b95b895e39fa29e9fb5e00e2be09ac5 [file] [log] [blame]
{
"name": "SLObjectiveCRuntimeAdditions",
"version": "1.0.0",
"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.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SLObjectiveCRuntimeAdditions",
"exclude_files": "SLObjectiveCRuntimeAdditions/SLObjcRuntimeAdditionsWithoutARC.*",
"requires_arc": true,
"frameworks": "Foundation",
"subspecs": [
{
"name": "no-arc",
"source_files": "SLObjectiveCRuntimeAdditions/SLObjcRuntimeAdditionsWithoutARC.*",
"requires_arc": false
}
]
}