blob: 5c38917b24617462c7eb7aca3925f40eac7f7ca9 [file] [log] [blame]
{
"name": "ZIKMethodSwizzler",
"version": "1.0",
"summary": "functions for objc method swizzling.",
"description": "functions for objc method swizzling. Auto match class method and instance method.",
"homepage": "https://github.com/Zuikyo/ZIKMethodSwizzler",
"license": "MIT",
"authors": {
"Zuikyo": "zuilongzhizhu@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Zuikyo/ZIKMethodSwizzler.git",
"tag": "1.0"
},
"source_files": [
"*.{h,m}",
"ZIKMethodSwizzler/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}