blob: 31720ae3c35bec29a2934f5f4bf9ca68d76c6813 [file] [log] [blame]
{
"name": "StringExtensionHTML",
"version": "0.2.0",
"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": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"pushed_with_swift_version": "3.0"
}