blob: bc5d48002b93311e8fcf8f44f12ddd509d0d6089 [file] [log] [blame]
{
"name": "QSwizzle",
"version": "0.2.4",
"summary": "Several Swizzle methods on a NSObject category.",
"description": "STSwizzle add several methods on NSObject.\nSome methods allows to swizzle methods on a class,\nothers to swizzle methods for a particular instance.",
"homepage": "https://github.com/ModelRocket/STSwizzle",
"license": "MIT",
"authors": {
"iSofTom": "thomas@isoftom.com"
},
"source": {
"git": "https://github.com/ModelRocket/STSwizzle.git",
"tag": "0.2.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": "QSwizzle/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}