[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / 3 / GLAlertTool / 1.0.2 / GLAlertTool.podspec.json
blobe19d0d04713f2cd40baa2dbdb683a5c23c1c592f
2   "name": "GLAlertTool",
3   "version": "1.0.2",
4   "summary": "MBProgressHUD和UIAlertController的简易封装,支持多语言。",
5   "homepage": "https://github.com/Gavin-ldh/GLAlertTool",
6   "license": "MIT",
7   "authors": {
8     "Gavin": "gavin.ldh@hotmail.com"
9   },
10   "social_media_url": "https://www.dhlee.cn",
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Gavin-ldh/GLAlertTool.git",
16     "tag": "1.0.2"
17   },
18   "source_files": "GLAlertTool/*.{h,m}",
19   "public_header_files": "GLAlertTool/*.{h}",
20   "resources": "GLAlertTool/Resource/*.{bundle, lproj}",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "GLLanguageTool": [
29     ],
30     "MBProgressHUD": [
32     ]
33   }