blob: 78a347f888add27210940485902491304372f5fd [file] [log] [blame]
{
"name": "MSTouchIndicator",
"version": "0.1.5",
"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.5"
},
"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"
}