blob: 639f38ea90b0923728ab9b335a93ee7131614909 [file] [log] [blame]
{
"name": "JGMethodSwizzler",
"version": "2.0.1",
"summary": "Powerful and easy to use Objective-C swizzling API.",
"description": "An easy to use Objective-C API for swizzling class and instance methods, as well as swizzling instance methods on specific instances only.\n",
"homepage": "https://github.com/JonasGessner/JGMethodSwizzler",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Jonas Gessner",
"social_media_url": "http://twitter.com/JonasGessner",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/JonasGessner/JGMethodSwizzler.git",
"tag": "v2.0.1"
},
"source_files": "JGMethodSwizzler/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": false
}