[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / d / 7 / f / FuntastyKit / 2.0.0 / FuntastyKit.podspec.json
blobbccad353f6f73b3a4689f35fa3d874fbae31fdb0
2   "name": "FuntastyKit",
3   "version": "2.0.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/futuredapp/FuntastyKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matěj K. Jirásek": "matej.jirasek@futured.app"
13   },
14   "social_media_url": "https://twitter.com/Futuredapps",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/futuredapp/FuntastyKit.git",
21     "tag": "2.0.0"
22   },
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Sources/FuntastyKit/AutoLayout",
33         "Sources/FuntastyKit/Extensions",
34         "Sources/FuntastyKit/Architecture",
35         "Sources/FuntastyKit/Errors",
36         "Sources/FuntastyKit/Protocols"
37       ]
38     },
39     {
40       "name": "Designables",
41       "dependencies": {
42         "FuntastyKit/Core": [
44         ]
45       },
46       "source_files": [
48       ]
49     }
50   ],
51   "swift_version": "5.0"