blob: d58cf68be1de7b97c06eff7508a7d9f3c1ed1c4e [file] [log] [blame]
{
"name": "Focus",
"version": "0.1.1",
"summary": "Easily focus on or highlight UI elements. Written in Swift.",
"description": "Masking UIView that allows you to focus on or highlight UI elements, and is easily customizable. Great for tutorials or walkthrough where attention needs to be directed to a certain area of the screen.",
"homepage": "https://github.com/sudeepag/Focus",
"license": "MIT",
"authors": {
"Sudeep Agarwal": "sudeep135@gmail.com"
},
"source": {
"git": "https://github.com/sudeepag/Focus.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Focus/Classes/**/*"
}