blob: 73b50af2d6713d5262fb31831d1d8f636d794b53 [file] [log] [blame]
{
"name": "UnicodeICUHeaderModule",
"version": "0.1.0",
"summary": "A modulemap for using ICU in Swift",
"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.",
"homepage": "https://github.com/timbodeit/UnicodeICUHeaderModule",
"license": {
"type": "custom",
"file": "LICENSE"
},
"authors": {
"Tim Bodeit": "tim@bodeit.com"
},
"source": {
"git": "https://github.com/timbodeit/UnicodeICUHeaderModule.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Pod/Empty.swift",
"Pod/unicode/*.h"
],
"public_header_files": "Pod/unicode/*.h",
"header_dir": "unicode",
"module_map": "Pod/module.modulemap"
}