[Delete] VersionConfirm 0.1.1
[CocoaPods.git] / Specs / 8 / e / 3 / IQTextInputViewNotification / 1.0.8 / IQTextInputViewNotification.podspec.json
bloba55e65c6b92de55ea8fc1615f7b2fcb0794b5120
2   "name": "IQTextInputViewNotification",
3   "version": "1.0.8",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQTextInputViewNotification.git",
6     "tag": "1.0.8"
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": [
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   "xcconfig": {
43     "ENABLE_USER_SCRIPT_SANDBOXING": "NO"
44   },
45   "requires_arc": true,
46   "swift_version": "5.9"