blob: b2325b9d3c65983b5a2428c725bf7de567b00f96 [file] [log] [blame]
{
"name": "swizzleMethod",
"version": "1.0.0",
"summary": "swizzleMethod.",
"description": "swizzle method implement,include instance method and class method.",
"homepage": "https://github.com/ObornJung/swizzleMethod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oborn.Jung": "obornjung@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ObornJung/swizzleMethod.git",
"tag": "1.0.0"
},
"source_files": "swizzleMethod/**/*.{h,m}",
"public_header_files": "swizzleMethod/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}