[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / c / UnicodeICUHeaderModule / 0.1.0 / UnicodeICUHeaderModule.podspec.json
blob73b50af2d6713d5262fb31831d1d8f636d794b53
2   "name": "UnicodeICUHeaderModule",
3   "version": "0.1.0",
4   "summary": "A modulemap for using ICU in Swift",
5   "description": "Makes the ICU library that is included in iOS at the BSD (nonframework) level of the system available as a Clang Module. This allows using this library in Swift.",
6   "homepage": "https://github.com/timbodeit/UnicodeICUHeaderModule",
7   "license": {
8     "type": "custom",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tim Bodeit": "tim@bodeit.com"
13   },
14   "source": {
15     "git": "https://github.com/timbodeit/UnicodeICUHeaderModule.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "Pod/Empty.swift",
23     "Pod/unicode/*.h"
24   ],
25   "public_header_files": "Pod/unicode/*.h",
26   "header_dir": "unicode",
27   "module_map": "Pod/module.modulemap"