blob: 1bb2cb726dc560d3e032365efa180656c58dfa5e [file] [log] [blame]
{
"name": "SCRHintView",
"version": "0.0.1",
"summary": "Imitate Apple Keyboard Bubble Hint",
"homepage": "https://github.com/rayray199085/SCRHintView",
"license": "MIT",
"authors": {
"Rui Cao": "rayray199085@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/rayray199085/SCRHintView.git",
"tag": "0.0.1"
},
"source_files": [
"SCRHintView",
"SCRHintView/HintView/**/*.{swift}"
],
"requires_arc": true,
"swift_version": "4.0",
"resources": "SCRHintView/HintView/resources.bundle",
"dependencies": {
"pop": [
"~> 1.0.12"
]
}
}