[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 2 / KLAlertController / 1.0.0 / KLAlertController.podspec.json
blobf1098105c0c86640ee30b5f8a0dcd072964e1d80
2   "name": "KLAlertController",
3   "version": "1.0.0",
4   "summary": "一款api跟系统UIAlertController一样的弹出视图,但是提供更多定制化的接口",
5   "description": "一、支持iPhone和iPad,支持iOS6以上机型。\n二、alertController由单独的window弹出,不用考虑presentingVc是谁。\n三、alert支持自定义title、message、action属性,包括边距,内边距,文字属性等等。\n四、popUp支持整个内容自定义,内容适配约束布局和绝对布局,内容支持滚动。\n五、支持横竖屏适配,支持刘海屏适配。\n六、支持多级弹框同时弹出,同一时间只显示一个弹框。支持设置弹窗优先级。\n七、支持指定唯一identifier,相同的identifier只会显示一次。支持通过identifier移除。",
6   "homepage": "https://github.com/xiamoon/KLAlertController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kaleo": "liqian_tvd@163.com"
13   },
14   "source": {
15     "git": "https://github.com/xiamoon/KLAlertController.git",
16     "tag": "1.0.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "Masonry": [
25     ]
26   },
27   "source_files": "KLAlertController/Classes/**/*"