blob: 2d61c555e5c119a01dc98a55ffabd1c78d981c11 [file] [log] [blame]
{
"name": "OnTap",
"version": "0.0.1",
"summary": "Lovely, closure-based touch input handling for iOS.",
"description": "OnTap is an iOS library that provides a full input abstraction over all subclasses of UIControl, streamlines working with UIBarButtonItem, and also makes adding a UIGestureRecognizer a breeze. Essentially everything is now a button.",
"homepage": "https://github.com/skyefreeman/OnTap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Skye Freeman": "skyefreeman@icloud.com"
},
"source": {
"git": "https://github.com/skyefreeman/OnTap.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/ImSkyeFreeman",
"platforms": {
"ios": "8.0"
},
"source_files": "OnTap/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}