blob: 904aa92bfc48bf6b9d55690a4d9c582c9a1ace69 [file] [log] [blame]
{
"name": "UIView+TouchHighlighting",
"version": "1.2.0",
"license": {
"type": "Apache 2.0"
},
"authors": {
"Muhammad Tayyab Akram": "dear_tayyab@yahoo.com"
},
"summary": "UIView category that provides a generic touch highlighting solution.",
"homepage": "https://github.com/mta452/UIView-TouchHighlighting",
"screenshots": "https://github.com/mta452/UIView-TouchHighlighting/raw/master/SCREENSHOT.png",
"source": {
"git": "https://github.com/mta452/UIView-TouchHighlighting.git",
"tag": "1.2.0"
},
"source_files": "UIView+TouchHighlighting/**/*.{h,m}",
"public_header_files": "UIView+TouchHighlighting/*.{h}",
"frameworks": [
"Foundation",
"QuartzCore",
"UIKit"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}