[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 1 / 9 / KSOTooltip / 2.1.0 / KSOTooltip.podspec.json
blob81c0bd6f60602a9ce66738584f31cdffb9cf4c53
2   "name": "KSOTooltip",
3   "version": "2.1.0",
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": "2.1.0"
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   }