blob: 744c3fa7ebb3659cdaafa1453219ad42c577c889 [file] [log] [blame]
{
"name": "TappableTextView",
"version": "1.0.0",
"summary": "A UITextView that handles taps on text with the view.",
"description": "TappableTextView makes it laughably easy to turn any word into a button. With beautiful animations and easy to understand code, you can turn any simple body of text into a world of possibilites.",
"homepage": "https://github.com/SlickJohnson/TappableTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SlickJohnson": "liwa.johnson@gmail.com"
},
"source": {
"git": "https://github.com/SlickJohnson/TappableTextView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "TappableTextView/Classes/**/*",
"resource_bundles": {
"TappableTextView": [
"TappableTextView/**/*.xib"
]
},
"pushed_with_swift_version": "4.0"
}