[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / b / 3 / JRSwizzle / 1.0.1 / JRSwizzle.podspec.json
blob7746609182034887098efbc8556dc9ff9a22f91d
2   "name": "JRSwizzle",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "one-stop-shop for all your method swizzling needs.",
6   "homepage": "https://github.com/rentzsch/jrswizzle",
7   "authors": {
8     "Jonathan 'Wolf' Rentzsch": "jwr.git@redshed.net"
9   },
10   "source": {
11     "git": "https://github.com/ReeFSpeK/jrswizzle.git",
12     "tag": "v1.0.1"
13   },
14   "description": "JRSwizzle is source code package that offers a single, easy, correct+consistent interface for exchanging Objective-C method implementations (\"method swizzling\") across many versions of Mac OS X, iOS, Objective-C and runtime architectures.",
15   "source_files": "*.{h,m}",
16   "frameworks": "Foundation",
17   "requires_arc": true,
18   "platforms": {
19     "osx": null,
20     "ios": null,
21     "tvos": null,
22     "watchos": null
23   }