[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 4 / d / c / LXSwiftSecurity / 3.0.0 / LXSwiftSecurity.podspec.json
blobefbfc936e5b6118c9c22eab0b8c29559a9b07822
2   "name": "LXSwiftSecurity",
3   "version": "3.0.0",
4   "summary": "swift加密方式md5/SHA1/SHA224/SHA256/SHA384/SHA512/AES/RSA/签名/验证签名",
5   "description": "LXSwiftSecurity is manager swift加密方式md5/SHA1/SHA224/SHA256/SHA384/SHA512/AES/RSA/签名/验证签名",
6   "homepage": "https://github.com/LIXIANGXLee/LXSwiftSecurity",
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/LXSwiftSecurity.git",
17     "tag": "3.0.0"
18   },
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "LXSwiftSecurity/Core/*.swift"
23     },
24     {
25       "name": "Extension",
26       "source_files": "LXSwiftSecurity/Extension/*.swift",
27       "dependencies": {
28         "LXSwiftSecurity/Core": [
30         ]
31       }
32     }
33   ],
34   "swift_version": "5.0"