[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 8 / 4 / QNStringCrypto / 0.2.0 / QNStringCrypto.podspec.json
blob416e81dec3bb984ecc0af21f44c41a713685ae59
2   "name": "QNStringCrypto",
3   "version": "0.2.0",
4   "summary": "Simple quick crypto support for string",
5   "description": "Can simple using it for create some crypto method to string like 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": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.13"
21   },
22   "swift_version": "4.2",
23   "source_files": "QNStringCrypto/**/*.swift"