blob: 3022e049a53196b0c8a22872d0f6efdb48a629ee [file] [log] [blame]
{
"name": "SHInvocation",
"version": "0.9.0",
"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.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "SHInvocation/**/*.{h,m}",
"requires_arc": true
}