[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / d / 3 / GWPKit / 1.0.3 / GWPKit.podspec.json
blob623847a30fc44e4c3a2b30f8d81576a5865650b4
2   "name": "GWPKit",
3   "version": "1.0.3",
4   "summary": "一个简单的组件库,包括GWPSliderViewController、GWPGIFView、GWPLog、GWPBaseCellModel、GWPUnderlineSegmentedControl、GWPBadge、判断设备屏幕的种类、封装MBProgressHUD",
5   "description": "这是一个简单的组件库,包括GWPSliderViewController、GWPGIFView、GWPLog、GWPBaseCellModel、GWPUnderlineSegmentedControl、GWPBadge、判断设备屏幕的种类、封装MBProgressHUD",
6   "homepage": "https://github.com/GanWenPeng/GWPKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "甘文鹏": "ganwenpeng1993@163.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/GanWenPeng/GWPKit.git",
19     "tag": "1.0.3"
20   },
21   "source_files": "GWPKit/*.{h,m}",
22   "public_header_files": "GWPKit/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "CoreGraphics"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "MBProgressHUD": [
31       "~> 0.9.2"
32     ]
33   }