[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 8 / 0 / GKMessageTool / 1.0.4 / GKMessageTool.podspec.json
blobb37c3ca010286df92d9c87c261e97d0d339b2e08
2   "name": "GKMessageTool",
3   "version": "1.0.4",
4   "summary": "基于MBProgressHUD 1.0.0 的封装工具类GKMessageTool.",
5   "homepage": "https://github.com/QuintGao/GKMessageTool",
6   "license": "MIT",
7   "authors": {
8     "高坤": "1094887059@qq.com"
9   },
10   "social_media_url": "https://github.com/QuintGao",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/QuintGao/GKMessageTool.git",
16     "tag": "1.0.4"
17   },
18   "requires_arc": true,
19   "source_files": "GKMessageTool/**/*.{h,m}",
20   "public_header_files": "GKMessageTool/**/*.{h}",
21   "resources": "GKMessageTool/GKMessageTool.bundle",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "MBProgressHUD": [
29     ]
30   }