blob: b6ae52eb3e845c2da82b5b7ed83f06ea3f28a575 [file] [log] [blame]
{
"name": "SwiftyChardet",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"version": "1.0.2",
"summary": "SwiftyChardet try to detect the correct encoding from an NSData instance.",
"homepage": "https://github.com/agilewalker/SwiftyChardet",
"license": {
"type": "GPL",
"file": "LICENSE"
},
"authors": {
"agilewalker": "wuhuiyuan@gmail.com"
},
"source": {
"git": "https://github.com/agilewalker/SwiftyChardet.git",
"tag": "1.0.2"
},
"source_files": "SwiftyChardet/**/*.{swift}"
}