[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / d / 9 / RGTool / 0.0.3 / RGTool.podspec.json
blob020d50f1a3ace901d1591c06a49d7ef4f52c73b1
2   "name": "RGTool",
3   "version": "0.0.3",
4   "summary": "RGTool",
5   "description": "开发中常用方法的封装",
6   "homepage": "https://github.com/iOSRG/RGTool",
7   "license": "MIT",
8   "authors": {
9     "18607304107@163.com": "gui.ren@hand-china.com"
10   },
11   "source": {
12     "git": "https://github.com/iOSRG/RGTool.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "public_header_files": "RGTool/Classes/BaseToolHeader.h",
19   "source_files": "RGTool/Classes/BaseToolHeader.h",
20   "subspecs": [
21     {
22       "name": "Project",
23       "source_files": "RGTool/Classes/Project/**/*"
24     },
25     {
26       "name": "UIViewController",
27       "source_files": "RGTool/Classes/UIViewController/**/*"
28     }
29   ]