[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / 9 / RGTool / 0.0.1 / RGTool.podspec.json
blob03a230375e36992242e8ef174ad8cae3f94f9220
2   "name": "RGTool",
3   "version": "0.0.1",
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.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "RGTool/Classes/**/*",
19   "subspecs": [
20     {
21       "name": "Project",
22       "source_files": "RGTool/Classes/Project/**/*"
23     },
24     {
25       "name": "UIViewController",
26       "source_files": "RGTool/Classes/UIViewController/**/*"
27     }
28   ]