blob: 281ee831d51e2921f21e766c8663aa8d9eb4bc29 [file] [log] [blame]
{
"name": "IGAutoString",
"version": "1.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Convert string in arbitary encoding to NSString in Objective-C.",
"homepage": "https://github.com/siuying/IGAutoString",
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"source": {
"git": "https://github.com/siuying/IGAutoString.git",
"tag": "1.1.0"
},
"source_files": "IGAutoString/*.{h,m}",
"dependencies": {
"UniversalDetector": [
">= 1.1.0"
]
},
"libraries": "iconv",
"requires_arc": true
}