[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / c / 7 / a / LXSwiftFoundation / 8.9.1 / LXSwiftFoundation.podspec.json
blobcd4ed6688a9c12672d919d7870ba52fa4d3098f2
2   "name": "LXSwiftFoundation",
3   "version": "8.9.1",
4   "summary": "Extend more user-friendly functions for system classes",
5   "description": "LXSwiftFoundation is Extend more user-friendly functions for system classes",
6   "homepage": "https://github.com/LIXIANGXLee/LXSwiftFoundationModule",
7   "license": "MIT",
8   "authors": {
9     "lixiang": "1367015013@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "git": "https://github.com/LIXIANGXLee/LXSwiftFoundationModule.git",
17     "tag": "8.9.1"
18   },
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "LXSwiftFoundation/Core/**/*.{swift,h,m}"
23     },
24     {
25       "name": "Objc",
26       "source_files": "LXSwiftFoundation/Objc/**/*.{h,m}",
27       "dependencies": {
28         "LXSwiftFoundation/Core": [
30         ]
31       }
32     },
33     {
34       "name": "Swift",
35       "source_files": "LXSwiftFoundation/Swift/**/*.swift",
36       "dependencies": {
37         "LXSwiftFoundation/Objc": [
39         ]
40       }
41     }
42   ],
43   "swift_version": "5.0"