[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / a / IQKeyboardToolbar / 1.0.0 / IQKeyboardToolbar.podspec.json
blob85af746266c1888a218487898f493ed828f0f95c
2   "name": "IQKeyboardToolbar",
3   "version": "1.0.0",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQKeyboardToolbar.git",
6     "tag": "1.0.0"
7   },
8   "summary": "IQToolbar creation related classes and functions.",
9   "description": "This library contains classes related to the toolbar which usually we show over the keyboard",
10   "homepage": "https://github.com/hackiftekhar/IQKeyboardToolbar",
11   "screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardToolbar/master/Screenshot/IQKeyboardToolbarScreenshot.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     "IQKeyboardCore": [
31     ]
32   },
33   "source_files": [
34     "IQKeyboardToolbar/Classes/**/*.{swift}"
35   ],
36   "resource_bundles": {
37     "IQKeyboardToolbar": "IQKeyboardToolbar/Assets/**/*"
38   },
39   "frameworks": [
40     "UIKit"
41   ],
42   "requires_arc": true,
43   "swift_version": "5.9"