blob: ef63149b43596ea7628513478cc6162290b246fe [file] [log] [blame]
{
"name": "StringExtensionHTML",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"StringExtensionHTML": [
"Pod/Assets/*.png"
]
}
}