[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 5 / b / 6 / TappableTextView / 1.1.0 / TappableTextView.podspec.json
blob1135e7577b27bf348ac384909ce37b3b10642225
2   "name": "TappableTextView",
3   "version": "1.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": [
22     "TappableTextView/Classes/**/*"
23   ],
24   "resource_bundles": {
25     "TappableTextView": [
26       "TappableTextView/Assets/**/*"
27     ]
28   }