[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / b / 3 / JRSwizzle / 1.0 / JRSwizzle.podspec.json
blob80235880acf9aa0b423265a7e91f211325094c66
2   "name": "JRSwizzle",
3   "version": "1.0",
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/rentzsch/jrswizzle.git",
12     "tag": "v1.0"
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   }