[Add] Braintree 6.25.0
[CocoaPods.git] / Specs / 8 / e / 7 / IQTextView / 1.0.4 / IQTextView.podspec.json
blob03007f9971ea4748b65906114b4893ac79d576c7
2   "name": "IQTextView",
3   "version": "1.0.4",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQTextView.git",
6     "tag": "1.0.4"
7   },
8   "summary": "UITextView with placeholder support.",
9   "description": "Lightweight library to add placeholder to UITextView.",
10   "homepage": "https://github.com/hackiftekhar/IQTextView",
11   "screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQTextView/master/Screenshot/IQTextViewScreenshot.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   "dependencies": {
29     "IQKeyboardToolbar/Placeholderable": [
31     ]
32   },
33   "source_files": [
34     "IQTextView/Classes/**/*.{swift}"
35   ],
36   "resource_bundles": {
37     "IQTextView": "IQTextView/Assets/**/*"
38   },
39   "frameworks": [
40     "UIKit"
41   ],
42   "requires_arc": true,
43   "swift_version": "5.9"