[Add] PingOidc 1.0.0
[CocoaPods.git] / Specs / 8 / e / 7 / IQTextView / 1.0.1 / IQTextView.podspec.json
blobce8fbbacf2de24aa6d37df791c8e2c7835c84da0
2   "name": "IQTextView",
3   "version": "1.0.1",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQTextView.git",
6     "tag": "1.0.1"
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   "source_files": [
29     "IQTextView/Classes/**/*.{swift}"
30   ],
31   "resource_bundles": {
32     "IQTextView": "IQTextView/Assets/**/*"
33   },
34   "frameworks": [
35     "UIKit"
36   ],
37   "requires_arc": true,
38   "swift_version": "5.9"