[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 5 / 8 / iOS-Utils / 1.4.0 / iOS-Utils.podspec.json
blob199a204ef0c7fa8e8591b333739c66175436319d
2   "name": "iOS-Utils",
3   "version": "1.4.0",
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.4.0"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_version": "5.0",
19   "source_files": "Source/**/*.swift",
20   "deprecated": true,
21   "subspecs": [
22     {
23       "name": "Designable",
24       "source_files": [
25         "Source/DesignableView.swift",
26         "Source/DesignableButton.swift"
27       ]
28     },
29     {
30       "name": "AlertController",
31       "source_files": [
32         "Source/UIAlertController+Convenience.swift",
33         "Source/UIAlertController+UIWindow.swift"
34       ]
35     },
36     {
37       "name": "Keyboard",
38       "source_files": [
39         "Source/KeyboardNotificationInfo.swift",
40         "Source/KeyboardObservable.swift",
41         "Source/KeyboardRespondable.swift"
42       ]
43     }
44   ]