[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 5 / 0 / IGAutoString / 1.2.0 / IGAutoString.podspec.json
blob1f0f4497c55c0d5d09c1d2e5103f0e601ed51c42
2   "name": "IGAutoString",
3   "version": "1.2.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Convert string in arbitary encoding to NSString in Objective-C.",
9   "homepage": "https://github.com/siuying/IGAutoString",
10   "authors": {
11     "Francis Chong": "francis@ignition.hk"
12   },
13   "source": {
14     "git": "https://github.com/siuying/IGAutoString.git",
15     "tag": "1.2.0"
16   },
17   "source_files": "IGAutoString/*.{h,m}",
18   "dependencies": {
19     "UniversalDetector": [
20       ">= 1.1.0"
21     ]
22   },
23   "libraries": "iconv",
24   "requires_arc": true