[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / d / 0 / IQKeyboardNotification / 1.0.1 / IQKeyboardNotification.podspec.json
blob274455c60c4e71f309e78212224a1e197ed9cb97
2   "name": "IQKeyboardNotification",
3   "version": "1.0.1",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQKeyboardNotification.git",
6     "tag": "1.0.1"
7   },
8   "summary": "Easy Keyboard Event Subscription",
9   "description": "Lightweight library to observe keyboard events with ease.",
10   "homepage": "https://github.com/hackiftekhar/IQKeyboardNotification",
11   "screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardNotification/master/Screenshot/IQKeyboardNotificationScreenshot.png",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Iftekhar Qurashi": "hack.iftekhar@gmail.com"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": [
23     "5.6",
24     "5.7",
25     "5.8",
26     "5.9"
27   ],
28   "source_files": [
29     "IQKeyboardNotification/Classes/**/*.{swift}"
30   ],
31   "resource_bundles": {
32     "IQKeyboardNotification": "IQKeyboardNotification/Assets/**/*"
33   },
34   "frameworks": [
35     "Combine",
36     "UIKit"
37   ],
38   "requires_arc": true,
39   "swift_version": "5.9"