blob: 5e28d72473a94cd6b2485018ee1b01e192c41779 [file] [log] [blame]
{
"name": "NCChineseConverter",
"version": "1.0.1",
"summary": "NCChineseConverter is an Objective-C based chinese coverter for converting between Hans and Hant.",
"homepage": "https://github.com/nickcheng/NCChineseConverter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nickcheng": "n@nickcheng.com"
},
"source": {
"git": "https://github.com/nickcheng/NCChineseConverter.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NCChineseConverter/*.{h,m}",
"public_header_files": "NCChineseConverter/*.h",
"requires_arc": true
}