[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / f / 1 / d / LTScrypt / 0.0.4 / LTScrypt.podspec.json
blob7abf0e0b73f528f478a73271f94ee7c31063b046
2   "name": "LTScrypt",
3   "version": "0.0.4",
4   "summary": "A simple swift tool implement Scrypt kdf, and Sasal20 encryption algorithm",
5   "description": "simple swift tool implement Scrypt kdf, and Sasal20 encryption algorithm,You can use scrypt or salsa20",
6   "homepage": "https://github.com/vitock/scrypt",
7   "license": {
8     "type": "GPL",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liw003": "liw003"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/vitock/scrypt.git",
20     "tag": "0.0.4"
21   },
22   "source_files": [
23     "Scrypt",
24     "Scrypt/**/*.{h,m}"
25   ],
26   "exclude_files": "",
27   "swift_versions": "5.0",
28   "swift_version": "5.0"