[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / 3 / JFAlertViewController / 0.1.0 / JFAlertViewController.podspec.json
blobb6b505f15602b5ba8815cbc8bae9ba2c1a21b4b2
2   "name": "JFAlertViewController",
3   "version": "0.1.0",
4   "summary": "JFAlertViewController 可以在iOS8.0之后快速创建 alertView 提示框",
5   "description": "封装了AlertController, 不至于每次写alert时 好多Block回调, 简短 方便的代码创建, 欢迎指正",
6   "homepage": "https://github.com/ijunfly/JFAlertViewController.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JunFly": "ijunfly@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ijunfly/JFAlertViewController.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "Classes/**/*.{h,m}",
22   "requires_arc": true