-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathIQTextView.podspec.json
More file actions
44 lines (44 loc) · 1.11 KB
/
IQTextView.podspec.json
File metadata and controls
44 lines (44 loc) · 1.11 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": "IQTextView",
"version": "1.0.5",
"source": {
"git": "https://github.com/hackiftekhar/IQTextView.git",
"tag": "1.0.5"
},
"summary": "UITextView with placeholder support.",
"description": "Lightweight library to add placeholder to UITextView.",
"homepage": "https://github.com/hackiftekhar/IQTextView",
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQTextView/master/Screenshot/IQTextViewScreenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.6",
"5.7",
"5.8",
"5.9"
],
"dependencies": {
"IQKeyboardToolbar/Placeholderable": []
},
"source_files": [
"IQTextView/Classes/**/*.{swift}"
],
"resource_bundles": {
"IQTextView": "IQTextView/Assets/**/*"
},
"frameworks": [
"UIKit"
],
"xcconfig": {
"ENABLE_USER_SCRIPT_SANDBOXING": "NO"
},
"requires_arc": true
}