[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / 0 / 3 / JFAlertViewController / 0.0.2 / JFAlertViewController.podspec.json
blob0d5c001cc881e042d2fc6e0bb7a6cb30437c8090
2   "name": "JFAlertViewController",
3   "version": "0.0.2",
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.0.2"
20   },
21   "source_files": [
22     "Classes",
23     "JFAlertViewController/Classes/**/*.{h,m}"
24   ],
25   "requires_arc": true