[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 8 / 0 / JGAlertController / 0.0.4 / JGAlertController.podspec.json
blob528684e4de1a1c53a604b06cbe06aef0d33cd555
2   "name": "JGAlertController",
3   "version": "0.0.4",
4   "summary": "iOS 弹出系统Alert通用方法定义",
5   "description": "iOS 弹出系统Alert便捷方法定义\n\n功能包括:\n1、JGAlertController调用显示Alert、ActionSheet\n2、UIController调用显示Alert、ActionSheet",
6   "homepage": "https://github.com/dengni8023/JGAlertController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/dengni8023/JGAlertController.git",
13     "tag": "0.0.4"
14   },
15   "authors": [
16     {
17       "等你8023": "945835664@qq.com"
18     },
19     {
20       "git": "https://github.com/dengni8023/JGAlertController.git",
21       "tag": "0.0.4"
22     }
23   ],
24   "requires_arc": true,
25   "platforms": {
26     "ios": "8.0"
27   },
28   "source_files": "JGAlertController/*.{h,m}",
29   "public_header_files": "JGAlertController/*.h",
30   "dependencies": {
31     "JGSourceBase": [
32       "~> 0.1.0"
33     ]
34   }