[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / c / 3 / LGLBaseKit / 0.0.7 / LGLBaseKit.podspec.json
bloba7be8c50951e0f0360168cd86489f1d916acca7a
2   "name": "LGLBaseKit",
3   "version": "0.0.7",
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.7"
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     {
43       "name": "LGLBaseUIKit",
44       "dependencies": {
45         "LGLBaseKit/LGLExtension": [
47         ],
48         "LGLBaseKit/LGLDeviceInfo": [
50         ],
51         "LGLBaseKit/LGLAlert": [
53         ]
54       }
55     }
56   ]