blob: ea0ec9e8f28590defb0f8b5e4b343dc2ad3880fa [file] [log] [blame]
{
"name": "QSwizzle",
"version": "0.2.3",
"summary": "Several Swizzle methods on a NSObject category.",
"description": " STSwizzle add several methods on NSObject.\n Some methods allows to swizzle methods on a class,\n others to swizzle methods for a particular instance.\n",
"homepage": "https://code.qwasi.com/scm/osrc/stswizzle.git",
"license": "MIT",
"authors": {
"iSofTom": "thomas@isoftom.com"
},
"source": {
"git": "https://code.qwasi.com/scm/osrc/stswizzle.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "QSwizzle/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}