blob: 29fb805a016aa1adca18f590083c83aba12b4ec5 [file] [log] [blame]
{
"name": "JosaFormatter",
"version": "0.1.0",
"summary": "String.format을 확장해 받침에 따라 조사(은,는,이,가,을,를 등)를 교정합니다.",
"description": "앞 글자의 종성(받침) 여부에 따라 조사(은,는,이,가,을,를 등)를 교정합니다.\n한글 뿐만 아니라 영어, 숫자, 한자, 일본어 등도 처리가 가능합니다.\n조사 앞에 인용 부호나 괄호가 있어도 동작합니다.\nKoreanUtils.format(\"'%s'는 사용중인 닉네임 입니다.\", nickName);\nDetector를 직접 등록하거나 우선 순위 등을 조정할 수 있습니다.",
"homepage": "https://github.com/b1uec0in/SwiftJosaFormatter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"b1uec0in": "b1uec0in@naver.com"
},
"source": {
"git": "https://github.com/b1uec0in/SwiftJosaFormatter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JosaFormatter/Classes/**/*",
"pushed_with_swift_version": "3.0"
}