[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / f / 5 / SCRHintView / 0.0.1 / SCRHintView.podspec.json
blob1bb2cb726dc560d3e032365efa180656c58dfa5e
2   "name": "SCRHintView",
3   "version": "0.0.1",
4   "summary": "Imitate Apple Keyboard Bubble Hint",
5   "homepage": "https://github.com/rayray199085/SCRHintView",
6   "license": "MIT",
7   "authors": {
8     "Rui Cao": "rayray199085@gmail.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/rayray199085/SCRHintView.git",
15     "tag": "0.0.1"
16   },
17   "source_files": [
18     "SCRHintView",
19     "SCRHintView/HintView/**/*.{swift}"
20   ],
21   "requires_arc": true,
22   "swift_version": "4.0",
23   "resources": "SCRHintView/HintView/resources.bundle",
24   "dependencies": {
25     "pop": [
26       "~> 1.0.12"
27     ]
28   }