[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 5 / 8 / ELAlertController / 1.0 / ELAlertController.podspec.json
blob5dec28202adca96dd7196992234e9c8037802a21
2   "name": "ELAlertController",
3   "version": "1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "高仿UIAlertController可支持iPad的actionSheet,支持弹出自定义视图的alert",
9   "homepage": "https://github.com/zhanglinfeng/ELAlertController",
10   "authors": {
11     "张林峰": "1051034428@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/zhanglinfeng/ELAlertController.git",
15     "tag": "1.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ELAlertControllerDemo/ELAlertController/*.{h,m}",
22   "dependencies": {
23     "Masonry": [
25     ]
26   }