blob: dc93afb57a6a2469d51bab0b783d07a91a45b69a [file] [log] [blame]
{
"name": "RuntimeHelpers",
"version": "0.0.4",
"summary": "A collection of helpers related to objc/runtime.",
"homepage": "https://github.com/fer662/RuntimeHelpers",
"license": "MIT",
"authors": {
"Fernando Mazzon": "Fernando.Mazzon@rga.com"
},
"source": {
"git": "https://github.com/fer662/RuntimeHelpers.git",
"tag": "0.0.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}