[Add] CyberSheildiOS 0.1.1
[CocoaPods.git] / Specs / 8 / e / 3 / IQTextInputViewNotification / 1.0.2 / IQTextInputViewNotification.podspec.json
blobb578e58b3d1f946356499612d159118bd5b1ffe8
2   "name": "IQTextInputViewNotification",
3   "version": "1.0.2",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQTextInputViewNotification.git",
6     "tag": "1.0.2"
7   },
8   "summary": "Easy UITextField / UITextView Event Subscription",
9   "description": "Used for observing textField/textView begin editing and end editing events.",
10   "homepage": "https://github.com/hackiftekhar/IQTextInputViewNotification",
11   "screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQTextInputViewNotification/master/Screenshot/IQTextInputViewNotificationScreenshot.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   "dependencies": {
28     "IQKeyboardCore": [
29       "1.0.3"
30     ]
31   },
32   "source_files": [
33     "IQTextInputViewNotification/Classes/**/*.{swift}"
34   ],
35   "resource_bundles": {
36     "IQTextInputViewNotification": "IQTextInputViewNotification/Assets/**/*"
37   },
38   "frameworks": [
39     "Combine",
40     "UIKit"
41   ],
42   "requires_arc": true,
43   "swift_version": "5.9"