[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / b / MungoHealer / 0.1.0 / MungoHealer.podspec.json
blob470c829bb150ce4f666e8ebb28a4556aef4513f1
2   "name": "MungoHealer",
3   "version": "0.1.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.1.0"
22   },
23   "source_files": [
24     "Frameworks/MungoHealer",
25     "Frameworks/MungoHealer/**/*.swift"
26   ],
27   "frameworks": "UIKit",
28   "swift_version": "4.2",
29   "resource_bundles": {
30     "MungoHealer": [
31       "Frameworks/SupportingFiles/*.lproj"
32     ]
33   }