blob: 783a8b240b5dd76c9dd5b84b5d9d578077a1a738 [file] [log] [blame]
{
"name": "HangulCube",
"version": "0.1",
"summary": "한글 초성 검색 엔진",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"homepage": "https://github.com/hangulcube/hangulcube-swift",
"authors": {
"Jungwon An": "kawoou@kawoou.kr"
},
"social_media_url": "http://fb.com/kawoou",
"source": {
"git": "https://github.com/hangulcube/hangulcube-swift.git",
"tag": "v0.1"
},
"source_files": "Sources/HangulCube/**/*.{swift}",
"frameworks": "Foundation",
"module_name": "HangulCube",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
}
}