blob: a7d20eb2922ce41277ea9e9215eaecfc4427a730 [file] [log] [blame]
{
"name": "JosaFormatter",
"version": "1.6.0",
"summary": "받침에 따라 조사(은,는,이,가,을,를 등)를 교정할 수 있는 String.format과 유사한 함수를 제공합니다.",
"description": "앞 글자의 종성(받침) 여부에 따라 조사(은,는,이,가,을,를 등)를 교정합니다.\n한글 뿐만 아니라 영어, 숫자, 한자, 일본어 등도 처리가 가능합니다.\n조사 앞에 인용 부호나 괄호가 있어도 동작합니다.\nKoreanUtils.format(\"'%@'는 사용중인 닉네임 입니다.\", 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": "1.6.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JosaFormatter/Classes/**/*",
"pushed_with_swift_version": "3.0"
}