[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 0 / IGAutoString / 1.1.0 / IGAutoString.podspec.json
blob281ee831d51e2921f21e766c8663aa8d9eb4bc29
2   "name": "IGAutoString",
3   "version": "1.1.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.1.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