[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / d / 7 / f / FuntastyKit / 1.4.0 / FuntastyKit.podspec.json
blob73e6d10ed9a9805bd9cd9a24f4c4b31d30f937ab
2   "name": "FuntastyKit",
3   "version": "1.4.0",
4   "summary": "A collection of Swift utilities and protocols used in our projects.",
5   "description": "MVVM-C architecture, service holder for code injection of services\nsome regularly used UIKit extensions, protocols for simple initialization from XIB files,\nstoryboards and for handling keyboard, hairline and keyboard height constraints",
6   "homepage": "https://github.com/thefuntasty/FuntastyKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matěj K. Jirásek": "matej.jirasek@thefuntasty.com"
13   },
14   "social_media_url": "https://twitter.com/TheFuntasty",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_version": "5.0",
19   "source": {
20     "git": "https://github.com/thefuntasty/FuntastyKit.git",
21     "tag": "1.4.0"
22   },
23   "source_files": "Sources/**/*",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ]