blob: ea33e7ddc0c692aa48af2d6ca2b094885116cf2a [file] [log] [blame]
{
"name": "PPPatch",
"version": "0.0.1",
"summary": "PPPatch helps you patch released application.",
"description": " PPPatch is a light weight method swizzling library, provides above functions.\n 1.Invalid a class selector;\n 2.Show custom UIAlertView once or everytime when selector triggered;\n 3.Return custom value for specific selector;\n 4.Remove a view from superView;\n 5.Disabled a view (make userInteractionEnabled = NO);\n 6.Perform KVC to view.\n",
"homepage": "https://github.com/PonyCui/PPPatch",
"license": "MIT",
"authors": {
"PonyCui": "ponycui@me.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/PonyCui/PPPatch.git",
"tag": "0.0.1"
},
"source_files": "Src",
"requires_arc": true,
"dependencies": {
"Aspects": [
]
}
}