blob: 72627130e36ccafb8d5b957b7243e620360a573a [file] [log] [blame]
{
"name": "IGAutoString",
"version": "1.0.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.0.0"
},
"source_files": "IGAutoString/*.{h,m}",
"dependencies": {
"UniversalDetector": [
]
},
"requires_arc": true
}