[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / 6 / JGMethodSwizzler / 2.0.1 / JGMethodSwizzler.podspec.json
blob639f38ea90b0923728ab9b335a93ee7131614909
2   "name": "JGMethodSwizzler",
3   "version": "2.0.1",
4   "summary": "Powerful and easy to use Objective-C swizzling API.",
5   "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",
6   "homepage": "https://github.com/JonasGessner/JGMethodSwizzler",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": "Jonas Gessner",
12   "social_media_url": "http://twitter.com/JonasGessner",
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/JonasGessner/JGMethodSwizzler.git",
18     "tag": "v2.0.1"
19   },
20   "source_files": "JGMethodSwizzler/*.{h,m}",
21   "frameworks": "Foundation",
22   "requires_arc": false