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