[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / b / 6 / TappableTextView / 2.0.0 / TappableTextView.podspec.json
blobc0a9db7c06d41cb906a7bb89a7e705480f6f579a
2   "name": "TappableTextView",
3   "version": "2.0.0",
4   "summary": "A UITextView that handles taps on text with the view.",
5   "swift_versions": "5.0",
6   "platforms": {
7     "ios": "13.0"
8   },
9   "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.",
10   "homepage": "https://github.com/SlickJohnson/TappableTextView",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "SlickJohnson": "liwa.johnson@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/SlickJohnson/TappableTextView.git",
20     "tag": "2.0.0"
21   },
22   "source_files": [
23     "TappableTextView/Classes/*"
24   ],
25   "resource_bundles": {
26     "TappableTextView": [
27       "TappableTextView/Assets/**/*"
28     ]
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "pod_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "swift_version": "5.0"