[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 1 / 9 / KSOTooltip / 3.1.1 / KSOTooltip.podspec.json
blobfad88f3da7df1d961f87a47262c76e81dc8edfc7
2   "name": "KSOTooltip",
3   "version": "3.1.1",
4   "summary": "KSOTooltip is a iOS framework for displaying informational tooltips.",
5   "description": "KSOTooltip is an `iOS` framework for displaying informational tooltips modally. It can display instances of `NSString` and `NSAttributedString`, with or without an arrow and with an optional accessory view displayed below the text.",
6   "homepage": "https://github.com/Kosoku/KSOTooltip",
7   "screenshots": [
8     "https://github.com/Kosoku/KSOTooltip/raw/master/screenshots/iOS-1.png",
9     "https://github.com/Kosoku/KSOTooltip/raw/master/screenshots/iOS-2.png",
10     "https://github.com/Kosoku/KSOTooltip/raw/master/screenshots/iOS-3.png",
11     "https://github.com/Kosoku/KSOTooltip/raw/master/screenshots/iOS-4.png"
12   ],
13   "license": {
14     "type": "Apache 2.0",
15     "file": "license.txt"
16   },
17   "authors": {
18     "William Towe": "willbur1984@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/Kosoku/KSOTooltip.git",
22     "tag": "3.1.1"
23   },
24   "platforms": {
25     "ios": "13.0"
26   },
27   "requires_arc": true,
28   "source_files": "KSOTooltip/**/*.{h,m}",
29   "exclude_files": "KSOTooltip/KSOTooltip-Info.h",
30   "private_header_files": "KSOTooltip/Private/*.h",
31   "resource_bundles": {
32     "KSOTooltip": [
33       "KSOTooltip/**/*.{xcassets,lproj}"
34     ]
35   },
36   "dependencies": {
37     "Agamotto": [
39     ],
40     "Ditko": [
42     ],
43     "Stanley": [
45     ]
46   }