| { |
| "name": "CoachMarks", |
| "version": "1.0.9", |
| "summary": "CoachMarks is a component that can be used to focus the user attention on parts of the UI.", |
| "description": "CoachMarks is a component, inspired by Material Design Feature Discovery guidelines, that can be used in the onboarding process of iOS applications to focus the user attention on parts of the UI.", |
| "homepage": "https://github.com/pNre/CoachMarks", |
| "screenshots": [ |
| "https://raw.githubusercontent.com/pNre/CoachMarks/master/Readme/Screenshots/1.png", |
| "https://raw.githubusercontent.com/pNre/CoachMarks/master/Readme/Screenshots/Animation.gif" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "pNre": "mail@pierluigi.me" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/pNre/CoachMarks.git", |
| "tag": "1.0.9" |
| }, |
| "source_files": "CoachMarks/**/*.{swift}", |
| "static_framework": true |
| } |