blob: 52cb1321361ca4636439c329d8158d176d443f91 [file] [log] [blame]
{
"name": "QSwizzle",
"version": "0.2.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "QSwizzle/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}