[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 8 / d / 0 / IQKeyboardNotification / 1.0.3 / IQKeyboardNotification.podspec.json
blobd2abc392c52605e639b606039f17305622da2131
2   "name": "IQKeyboardNotification",
3   "version": "1.0.3",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQKeyboardNotification.git",
6     "tag": "1.0.3"
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.7",
24     "5.8",
25     "5.9"
26   ],
27   "source_files": [
28     "IQKeyboardNotification/Classes/**/*.{swift}"
29   ],
30   "resource_bundles": {
31     "IQKeyboardNotification": "IQKeyboardNotification/Assets/**/*"
32   },
33   "frameworks": [
34     "Combine",
35     "UIKit"
36   ],
37   "requires_arc": true,
38   "swift_version": "5.9"