[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / e / 3 / IQTextInputViewNotification / 1.0.0 / IQTextInputViewNotification.podspec.json
blob341343de250c8307b9730c09ef4a8a9f8ec3b02b
2   "name": "IQTextInputViewNotification",
3   "version": "1.0.0",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQTextInputViewNotification.git",
6     "tag": "1.0.0"
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.6",
24     "5.7",
25     "5.8",
26     "5.9"
27   ],
28   "source_files": [
29     "IQTextInputViewNotification/Classes/**/*.{swift}"
30   ],
31   "resource_bundles": {
32     "IQTextInputViewNotification": "IQTextInputViewNotification/Assets/**/*"
33   },
34   "frameworks": [
35     "Combine",
36     "UIKit"
37   ],
38   "requires_arc": true,
39   "swift_version": "5.9"