| { |
| "name": "MSTouchIndicator", |
| "version": "0.1.4", |
| "summary": "Show touch interactions in your app in realtime, for screen recordings or demos", |
| "description": "Simple library for indicating touches in your app. Great for making sceen recordings or running demos.", |
| "homepage": "https://github.com/makeandship/MSTouchIndicator", |
| "license": "MIT", |
| "authors": { |
| "Simon Heys": "simon@makeandship.co.uk" |
| }, |
| "source": { |
| "git": "https://github.com/makeandship/MSTouchIndicator.git", |
| "tag": "0.1.4" |
| }, |
| "social_media_url": "https://twitter.com/makeandship", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "MSTouchIndicator": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "public_header_files": "Pod/Classes/**/*.h" |
| } |