[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 5 / b / MungoHealer / 0.3.0 / MungoHealer.podspec.json
blob4266feaa6224ca6b57fd33c28b24f7106f4678b4
2   "name": "MungoHealer",
3   "version": "0.3.0",
4   "summary": "Error Handler based on localized & healable (recoverable) errors without the overhead of NSError.",
5   "description": "Error Handler based on localized & healable (recoverable) errors without the overhead of NSError\n(which you would have when using LocalizedError & RecoverableError instead).",
6   "homepage": "https://github.com/JamitLabs/MungoHealer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cihat Gündüz": "cocoapods@cihatguenduez.de"
13   },
14   "social_media_url": "https://twitter.com/Dschee",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/JamitLabs/MungoHealer.git",
21     "tag": "0.3.0"
22   },
23   "source_files": "Frameworks/MungoHealer/**/*.swift",
24   "frameworks": "UIKit",
25   "swift_version": "4.2",
26   "resource_bundles": {
27     "MungoHealer": [
28       "Frameworks/SupportingFiles/*.lproj"
29     ]
30   }