blob: 0d33ed4ba3eb572a4502294684f3245220daa555 [file] [log] [blame]
{
"name": "ILGSwizzler",
"version": "1.0.0",
"summary": "Class to facilitate method swizzling, particularly for testing.",
"homepage": "https://github.com/ilg/ILGSwizzler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Isaac Greenspan": "ilg@2718.us"
},
"source": {
"git": "https://github.com/ilg/ILGSwizzler.git",
"tag": "1.0.0"
},
"source_files": "ILGSwizzler.{h,m}",
"requires_arc": false
}