[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 5 / 8 / iOS-Utils / 1.5.1 / iOS-Utils.podspec.json
blob6388e4dbb7a8d9de2dbec46d7bd3a62dda5dc074
2   "name": "iOS-Utils",
3   "version": "1.5.1",
4   "summary": "A set of convenient iOS utilities",
5   "homepage": "https://github.com/ark-develop/iOS-Utils",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": "ark-develop",
11   "source": {
12     "git": "https://github.com/ark-develop/iOS-Utils.git",
13     "tag": "1.5.1"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_versions": "5.0",
19   "source_files": "Source/**/*.swift",
20   "subspecs": [
21     {
22       "name": "Designable",
23       "source_files": [
24         "Source/DesignableView.swift",
25         "Source/DesignableButton.swift"
26       ]
27     },
28     {
29       "name": "AlertController",
30       "source_files": [
31         "Source/UIAlertController+Convenience.swift",
32         "Source/UIAlertController+UIWindow.swift"
33       ]
34     },
35     {
36       "name": "Keyboard",
37       "source_files": [
38         "Source/KeyboardNotificationInfo.swift",
39         "Source/KeyboardObservable.swift",
40         "Source/KeyboardRespondable.swift"
41       ]
42     }
43   ],
44   "swift_version": "5.0"