blob: e1d9b62a088dbe989f4240024cf8ab1cab6b074b [file] [log] [blame]
{
"name": "PAGestureAssistant",
"version": "0.2.8",
"summary": "PAGestureAssistant is a drop-in UIViewController category for showing interaction tips and tutorials to users.",
"description": "PAGestureAssistant is a drop-in UIViewController category for showing interaction tips and tutorials to users that has predefined gestures for convenience and also the ability to define your own.",
"homepage": "https://github.com/ipedro/PAGestureAssistant",
"screenshots": "http://i.imgur.com/DVnwy8S.gif",
"license": "MIT",
"authors": {
"Pedro Almeida": "ip4dro@gmail.com"
},
"source": {
"git": "https://github.com/ipedro/PAGestureAssistant.git",
"tag": "0.2.8"
},
"social_media_url": "https://twitter.com/ipedro",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"dependencies": {
"FrameAccessor": [
"~> 2.0"
]
}
}