[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 9 / 3 / HFProjectHelper / 1.1.3 / HFProjectHelper.podspec.json
blob3a606b4d927f931730ce8b0fdd2612c12b212957
2   "name": "HFProjectHelper",
3   "version": "1.1.3",
4   "summary": "HFProjectHelper.",
5   "description": "Private Podspec.",
6   "homepage": "https://gitee.com/shellnice/ProjectHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HFang": ""
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://gitee.com/shellnice/ProjectHelper.git",
20     "tag": "1.1.3"
21   },
22   "prefix_header_file": "HFProjectHelper/HFProjectHelper-Prefix.pch",
23   "public_header_files": "Class/HFProjectHelper.h",
24   "source_files": "Class/HFProjectHelper.h",
25   "dependencies": {
26     "AFNetworking": [
28     ],
29     "YYCache": [
31     ],
32     "Masonry": [
34     ],
35     "MJExtension": [
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "Rely",
42       "source_files": "Class/Rely/**/*.{h,m}",
43       "public_header_files": "Class/Rely/**/*.h"
44     },
45     {
46       "name": "Common",
47       "source_files": "Class/Common/**/*.{h,m}",
48       "public_header_files": "Class/Common/**/*.h",
49       "dependencies": {
50         "HFProjectHelper/Rely": [
52         ]
53       }
54     },
55     {
56       "name": "Util",
57       "source_files": "Class/Util/**/*.{h,m}",
58       "public_header_files": "Class/Util/**/*.h",
59       "dependencies": {
60         "HFProjectHelper/Common": [
62         ]
63       }
64     }
65   ]