[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / c / 1 / 9 / KSOTooltip / 1.2.1 / KSOTooltip.podspec.json
blobb516eaac331730a6a8f92a7da3e6e89eb2a330c4
2   "name": "KSOTooltip",
3   "version": "1.2.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": "BSD",
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": "1.2.1"
23   },
24   "platforms": {
25     "ios": "10.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   }