blob: 2908f6b7e6d2d40d69c154f689b25bf3838df509 [file] [log] [blame]
{
"name": "APLHrefStringConverter",
"version": "0.0.1",
"summary": "A simple extension of String taking a string containing hrefs and creating clickable MutableStrings",
"description": "A simple String extension that creates clickable links out of hrefs contained in the String. The result is a mutableString that contains the text and the clickable hrefs at the right positions.",
"homepage": "https://github.com/apploft/APLUrlTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Famara Kassama": "famara.kassama@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/apploft/APLHrefStringConverter.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}