[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 1 / 3 / APLHrefStringConverter / 1.0.7 / APLHrefStringConverter.podspec.json
blob29e6309967c025743c8c185814eac800a8e24177
2   "name": "APLHrefStringConverter",
3   "version": "1.0.7",
4   "summary": "A simple converter taking a string containing html formatted tags and creating a formatted attributed text",
5   "description": "A simple string converter that creates an attributed text from an html formatted string. This way href can be detected and made clickable. The converter takes optional attributes and a custom htmlWrapper.",
6   "homepage": "https://github.com/apploft/APLUrlTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "swift_versions": [
12     "4.2",
13     "5.0"
14   ],
15   "authors": {
16     "Famara Kassama": "famara.kassama@gmail.com"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/apploft/APLHrefStringConverter.git",
23     "tag": "1.0.7"
24   },
25   "source_files": [
26     "Classes",
27     "Classes/**/*"
28   ],
29   "exclude_files": "Classes/Exclude",
30   "resource_bundles": {
31     "APLHrefStringConverter": [
32       "Resources/**/*.html"
33     ]
34   },
35   "requires_arc": true