blob: ef416422d9ca7bac5ecaf4b618241945342fd3a2 [file] [log] [blame]
{
"name": "SHInvocation",
"version": "0.9.1",
"summary": "Prefix on NSInvocation for easily invoking messages with multiple arguments.",
"description": " SHInvocation is a category on top of NSInvocation to allow executing selectors with multiple arguments.\n\n * No swizzling or hacks.\n * Name-scoped selectors.\n\n",
"homepage": "https://github.com/seivan/SHInvocation",
"license": {
"type": "MIT"
},
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHInvocation.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "SHInvocation/**/*.{h,m}",
"requires_arc": true
}