blob: 3a9965c392233dbe5acb709eebceb433e4394390 [file] [log] [blame]
{
"name": "libhangul",
"version": "0.1.0",
"summary": "libhangul.",
"homepage": "http://code.google.com/p/libhangul/",
"license": {
"type": "LGPL",
"file": "COPYING"
},
"authors": {
"choehwanjin": "choe.hwanjin@gmail.com"
},
"source": {
"git": "https://github.com/choehwanjin/libhangul.git",
"tag": "libhangul-0.1.0"
},
"source_files": [
"hangul/*.c",
"hangul/*.h"
],
"resources": "data/hanja/*.txt",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS": "LIBHANGUL_DEFAULT_HANJA_DIC=\\\"@loader_path/../Resources/hanja.txt\\\""
},
"requires_arc": false
}