[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 5 / b / 6 / TappableTextView / 1.0.0 / TappableTextView.podspec.json
blob744c3fa7ebb3659cdaafa1453219ad42c577c889
2   "name": "TappableTextView",
3   "version": "1.0.0",
4   "summary": "A UITextView that handles taps on text with the view.",
5   "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.",
6   "homepage": "https://github.com/SlickJohnson/TappableTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SlickJohnson": "liwa.johnson@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SlickJohnson/TappableTextView.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "TappableTextView/Classes/**/*",
22   "resource_bundles": {
23     "TappableTextView": [
24       "TappableTextView/**/*.xib"
25     ]
26   },
27   "pushed_with_swift_version": "4.0"