[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / 3 / GLAlertTool / 1.0.0 / GLAlertTool.podspec.json
blob97006b5ba91af2029b505ded4a4193515df27c39
2   "name": "GLAlertTool",
3   "version": "1.0.0",
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.0"
17   },
18   "source_files": "GLAlertTool/*.{h,m}",
19   "resources": "GLAlertTool/Resource/*.{bundle,strings}",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "GLLanguageTool": [
28     ],
29     "MBProgressHUD": [
31     ]
32   }