blob: e4d435f0122cebf991ef930cf3490d2e8bb978cb [file] [log] [blame]
{
"name": "mmsegObjc",
"version": "0.0.3",
"summary": "Objective C wrapper of http://rmmseg-cpp.rubyforge.org/",
"description": "Objective C Wrapper for rmmseg-cpp,http://rmmseg-cpp.rubyforge.org/",
"homepage": "https://github.com/younthu/mmsegObjc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Yang": "evil_eve_live@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/younthu/mmsegObjc.git",
"tag": "v0.0.3"
},
"source_files": "MMSegObjC/**/*.{h,cpp,mm}",
"resources": "MMSegObjC/**/*.dic",
"exclude_files": "Classes/Exclude",
"public_header_files": "MMSegObjC/MMSegObjC/*.h",
"libraries": "c++",
"requires_arc": true
}