blob: 29e6309967c025743c8c185814eac800a8e24177 [file] [log] [blame]
{
"name": "APLHrefStringConverter",
"version": "1.0.7",
"summary": "A simple converter taking a string containing html formatted tags and creating a formatted attributed text",
"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.",
"homepage": "https://github.com/apploft/APLUrlTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"swift_versions": [
"4.2",
"5.0"
],
"authors": {
"Famara Kassama": "famara.kassama@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/apploft/APLHrefStringConverter.git",
"tag": "1.0.7"
},
"source_files": [
"Classes",
"Classes/**/*"
],
"exclude_files": "Classes/Exclude",
"resource_bundles": {
"APLHrefStringConverter": [
"Resources/**/*.html"
]
},
"requires_arc": true
}