blob: 8a7a82d121ee97b8abf30a0b6bba75f361a398ab [file] [log] [blame]
{
"name": "SwiftyChardet",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"version": "2.0.0",
"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": "2.0.0"
},
"source_files": "SwiftyChardet/**/*.{swift}"
}