[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / f / 3 / BugKit / 4.0.0 / BugKit.podspec.json
blob535777a45a0b509625c6184f3c32b3f69b850588
2   "name": "BugKit",
3   "version": "4.0.0",
4   "authors": {
5     "MrLujh": "287929070@qq.com"
6   },
7   "homepage": "https://github.com/MrLujh/BugKit",
8   "summary": "Very useful built-in tools",
9   "source": {
10     "git": "https://github.com/MrLujh/BugKit.git",
11     "tag": "4.0.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "public_header_files": "BugKit/BugKit.h",
22   "source_files": "BugKit/BugKit.h",
23   "subspecs": [
24     {
25       "name": "LogInfo",
26       "dependencies": {
27         "CocoaLumberjack": [
29         ]
30       },
31       "source_files": "BugKit/LogInfo/**/*.{h,m}",
32       "public_header_files": "BugKit/LogInfo/**/*.h"
33     },
34     {
35       "name": "BaseUrl",
36       "source_files": "BugKit/BaseUrl/**/*.{h,m}",
37       "public_header_files": "BugKit/BaseUrl/**/*.h"
38     },
39     {
40       "name": "AppDownLoad",
41       "dependencies": {
42         "BugKit/BaseUrl": [
44         ]
45       },
46       "source_files": "BugKit/AppDownLoad/**/*.{h,m}",
47       "public_header_files": "BugKit/AppDownLoad/**/*.h"
48     },
49     {
50       "name": "SystemState",
51       "source_files": "BugKit/SystemState/**/*.{h,m}",
52       "public_header_files": "BugKit/SystemState/**/*.h"
53     },
54     {
55       "name": "ShakeWindow",
56       "dependencies": {
57         "FLEX": [
59         ],
60         "BugKit/LogInfo": [
62         ],
63         "BugKit/AppDownLoad": [
65         ],
66         "BugKit/SystemState": [
68         ]
69       },
70       "source_files": "BugKit/ShakeWindow/**/*.{h,m}",
71       "public_header_files": "BugKit/ShakeWindow/**/*.h"
72     }
73   ]