blob: 1f0f4497c55c0d5d09c1d2e5103f0e601ed51c42 [file] [log] [blame]
{
"name": "IGAutoString",
"version": "1.2.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.2.0"
},
"source_files": "IGAutoString/*.{h,m}",
"dependencies": {
"UniversalDetector": [
">= 1.1.0"
]
},
"libraries": "iconv",
"requires_arc": true
}