[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / a / IQKeyboardToolbar / 1.0.5 / IQKeyboardToolbar.podspec.json
blobcfd9d8789afe6c9a6c49ed3c69a7795c4e52d88a
2   "name": "IQKeyboardToolbar",
3   "version": "1.0.5",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQKeyboardToolbar.git",
6     "tag": "1.0.5"
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.7",
24     "5.8",
25     "5.9"
26   ],
27   "dependencies": {
28     "IQKeyboardCore": [
29       "1.0.5"
30     ]
31   },
32   "source_files": [
33     "IQKeyboardToolbar/Classes/**/*.{swift}"
34   ],
35   "resource_bundles": {
36     "IQKeyboardToolbar": "IQKeyboardToolbar/Assets/**/*"
37   },
38   "frameworks": [
39     "UIKit"
40   ],
41   "requires_arc": true,
42   "swift_version": "5.9"