| { |
| "name": "KSOTooltip", |
| "version": "1.0.0", |
| "summary": "KSOTooltip is a iOS framework for displaying informational tooltips.", |
| "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.", |
| "homepage": "https://github.com/Kosoku/KSOTooltip", |
| "screenshots": [ |
| "https://github.com/Kosoku/KSOTooltip/raw/master/screenshots/iOS-1.png", |
| "https://github.com/Kosoku/KSOTooltip/raw/master/screenshots/iOS-2.png", |
| "https://github.com/Kosoku/KSOTooltip/raw/master/screenshots/iOS-3.png", |
| "https://github.com/Kosoku/KSOTooltip/raw/master/screenshots/iOS-4.png" |
| ], |
| "license": { |
| "type": "BSD", |
| "file": "license.txt" |
| }, |
| "authors": { |
| "William Towe": "willbur1984@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Kosoku/KSOTooltip.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "requires_arc": true, |
| "source_files": "KSOTooltip/**/*.{h,m}", |
| "exclude_files": "KSOTooltip/KSOTooltip-Info.h", |
| "private_header_files": "KSOTooltip/Private/*.h", |
| "resource_bundles": { |
| "KSOTooltip": [ |
| "KSOTooltip/**/*.{xcassets,lproj}" |
| ] |
| }, |
| "dependencies": { |
| "Agamotto": [ |
| |
| ], |
| "Ditko": [ |
| |
| ] |
| } |
| } |