[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / c / 3 / LGLBaseKit / 0.0.6 / LGLBaseKit.podspec.json
blobeb2ef4f3d717e0d89ebe7a01a9fc9f0fc2496d78
2   "name": "LGLBaseKit",
3   "version": "0.0.6",
4   "summary": "LGLBaseKit is a convenient library",
5   "description": "TODO: A convenient library that encapsulates common UI controls and methods",
6   "homepage": "https://github.com/liguoliangiOS/LGLBaseKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "ligl@chinamobiad.com",
12   "source": {
13     "git": "https://github.com/liguoliangiOS/LGLBaseKit.git",
14     "tag": "0.0.6"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "swift_versions": "5.0",
20   "swift_version": "5.0",
21   "subspecs": [
22     {
23       "name": "LGLExtension",
24       "source_files": "LGLBaseKit/Classes/LGLExtension"
25     },
26     {
27       "name": "LGLCrypt",
28       "source_files": "LGLBaseKit/Classes/LGLCrypt"
29     },
30     {
31       "name": "LGLDeviceInfo",
32       "source_files": "LGLBaseKit/Classes/LGLDeviceInfo"
33     },
34     {
35       "name": "LGLAlert",
36       "source_files": "LGLBaseKit/Classes/LGLAlert"
37     },
38     {
39       "name": "LGLPublicMethod",
40       "source_files": "LGLBaseKit/Classes/LGLPublicMethod"
41     }
42   ]