| { |
| "name": "VisibleTouchViewSwift", |
| "version": "0.1.0", |
| "summary": "Show finger touches on the screen", |
| "description": "Show finger touches on the screen using either a UIView or UIWindow. Useful for app preview videos, live product demos, and more.", |
| "homepage": "https://github.com/TrebleFM/VisibleTouchViewSwift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Benjamin Chrobot": "benjamin.chrobot@alum.mit.edu" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/TrebleFM/VisibleTouchViewSwift.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": [ |
| "VisibleTouchViewSwift", |
| "VisibleTouchViewSwift/**/*.{h,m,swift}" |
| ], |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |