-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathIQTextInputViewNotification.podspec.json
More file actions
44 lines (44 loc) · 1.26 KB
/
IQTextInputViewNotification.podspec.json
File metadata and controls
44 lines (44 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "IQTextInputViewNotification",
"version": "1.0.9",
"source": {
"git": "https://github.com/hackiftekhar/IQTextInputViewNotification.git",
"tag": "1.0.9"
},
"summary": "Easy UITextField / UITextView Event Subscription",
"description": "Used for observing textField/textView begin editing and end editing events.",
"homepage": "https://github.com/hackiftekhar/IQTextInputViewNotification",
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQTextInputViewNotification/master/Screenshot/IQTextInputViewNotificationScreenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.7",
"5.8",
"5.9"
],
"dependencies": {
"IQKeyboardCore": []
},
"source_files": [
"IQTextInputViewNotification/Classes/**/*.{swift}"
],
"resource_bundles": {
"IQTextInputViewNotification": "IQTextInputViewNotification/Assets/**/*"
},
"frameworks": [
"Combine",
"UIKit"
],
"xcconfig": {
"ENABLE_USER_SCRIPT_SANDBOXING": "NO"
},
"requires_arc": true
}