[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / 8 / PPPatch / 0.0.1 / PPPatch.podspec.json
blobea33e7ddc0c692aa48af2d6ca2b094885116cf2a
2   "name": "PPPatch",
3   "version": "0.0.1",
4   "summary": "PPPatch helps you patch released application.",
5   "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",
6   "homepage": "https://github.com/PonyCui/PPPatch",
7   "license": "MIT",
8   "authors": {
9     "PonyCui": "ponycui@me.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/PonyCui/PPPatch.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "Src",
19   "requires_arc": true,
20   "dependencies": {
21     "Aspects": [
23     ]
24   }