blob: 7004c69b64ddba046fc24e0e8c48bfdb58a8475f [file] [log] [blame]
{
"name": "STSwizzle",
"version": "0.1.0",
"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://github.com/iSofTom/STSwizzle",
"license": "MIT",
"authors": {
"iSofTom": "thomas@isoftom.com"
},
"source": {
"git": "https://github.com/iSofTom/STSwizzle.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "STSwizzle/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}