blob: b1267dee1098227924e5ed3bef693bca0ac18bd9 [file] [log] [blame]
{
"name": "CERConverter",
"version": "0.1.0",
"summary": "Character entity references strings to a UTF8.",
"description": " A simple, one class library to convert strings with character entity references to a UTF8 strings.\n",
"homepage": "https://github.com/solal/CERConverter",
"license": "MIT",
"authors": {
"solal": "solal.fitoussi@gmail.com"
},
"source": {
"git": "https://github.com/solal/CERConverter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CERConverter": [
"Pod/Assets/*.png"
]
}
}