Latest | 1.2.1 |
---|---|
Homepage | https://github.com/siuying/IGAutoString |
License | MIT |
Dependencies | UniversalDetector |
Authors |
Convert string in arbitary encoding to NSString in Objective-C.
Usage
NSString* string = [IGAutoString stringWithData:data];
data
can be NSData encoded in any encoding.
Installation
If you use CocoaPods, add following line to your Podfile:
pod ' IGAutoString'
Otherwise, add IGAutoString/IGAutoString.*
, as well as UniversalDetector to your project.
Dependencies
License
MIT License. See LICENSE.
Latest podspec
{ "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": "[email protected]" }, "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 }
Sat, 27 Feb 2016 17:58:03 +0000