blob: 401720d30945d10f55417245ff761bbd6aff6907 [file] [log] [blame]
{
"name": "StringExtensionHTML",
"version": "1.0.1",
"summary": "Extends the native Swift string with a method to easily decode HTML entities.",
"description": "Extends the Swift native string with methods to quickly and easily decode any HTML entities that might be in the string.",
"homepage": "https://github.com/adela-chang/StringExtensionHTML",
"license": "MIT",
"authors": {
"Adela": "a.bar.of.soap@gmail.com"
},
"source": {
"git": "https://github.com/adela-chang/StringExtensionHTML.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}