blob: 3bb3351bba8c9f1b48cc5b0ecec7b4f05371a500 [file] [log] [blame]
{
"name": "jieba",
"version": "0.0.1",
"summary": "A short description of jieba.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/huipengo/jieba",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huipengo": "penghui_only@163.com"
},
"source": {
"git": "https://github.com/huipengo/jieba.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/**/*.{h,m,mm,cpp,hpp}",
"resources": "Pod/Classes/iosjieba.bundle",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11"
}
}