[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / b / 0 / c / SJGAlertController / 0.0.5.1 / SJGAlertController.podspec.json
blobe76fa0fc463867b5d0b8c4c7273a66158613eef2
2   "name": "SJGAlertController",
3   "version": "0.0.5.1",
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/sujiewen/JGAlertController.git",
13     "tag": "0.0.5.1"
14   },
15   "authors": [
16     {
17       "等你8023": "945835664@qq.com"
18     },
19     {
20       "git": "https://github.com/sujiewen/JGAlertController.git",
21       "tag": "0.0.5.1"
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   }