blob: 186093d3596c597f34a03c13b0bd1fdace317947 [file] [log] [blame]
{
"name": "FMRuntimeHelpers",
"version": "0.0.5",
"summary": "A collection of helpers related to objc/runtime.",
"homepage": "https://github.com/fer662/RuntimeHelpers",
"license": "MIT",
"authors": {
"Fernando Mazzon": "fer662@gmail.com",
"Agustín de Cabrera": "agustin.decabrera@rga.com"
},
"source": {
"git": "https://github.com/agustindc-rga/FMRuntimeHelpers.git",
"tag": "0.0.5"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}