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