blob: 20c154c3970be5aaa9c016c2886e4c3e85e843a7 [file] [log] [blame]
{
"name": "UIView+TouchHighlighting",
"version": "1.1.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.1.0"
},
"source_files": "UIView+TouchHighlighting/*.{h,m}",
"frameworks": [
"QuartzCore",
"UIKit"
],
"platforms": {
"ios": null
},
"requires_arc": true
}