[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / f / 0 / 3 / JFAlertViewController / 0.1.01 / JFAlertViewController.podspec.json
blobed480290b0e2a1ae8198277dd4230368a106ec9b
2   "name": "JFAlertViewController",
3   "version": "0.1.01",
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.01"
20   },
21   "source_files": "Classes/**/*.{h,m}",
22   "requires_arc": true