[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 8 / 4 / QNStringCrypto / 1.0.0 / QNStringCrypto.podspec.json
blob1f809a845560660ac0518aa7e44e247c6b96917f
2   "name": "QNStringCrypto",
3   "version": "1.0.0",
4   "summary": "Simple quick crypto support for string",
5   "description": "Can simple using it for create some crypto method to string like sha256, sha1, md5, base64encoding with only 1 line of code",
6   "homepage": "https://github.com/quocnb/QNStringCrypto",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "quocnb": "quocnb.vnu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/quocnb/QNStringCrypto.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15"
21   },
22   "swift_versions": "5",
23   "source_files": "QNStringCrypto/**/*.swift",
24   "swift_version": "5"