[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / 7 / 5 / 4 / scrypt_minor / 1.5.1 / scrypt_minor.podspec.json
blob0eccb411d4ff23b2ce336e22df3f65d85ccf5fed
2   "name": "scrypt_minor",
3   "version": "1.5.1",
4   "summary": "*forked* Scrypt implementation in vanilla Swift for iOS ans macOS",
5   "description": "*forked* Scrypt implementation in vanilla Swift, intended for use together with a Cryptoswift pod",
6   "homepage": "https://github.com/a1ahn/scrypt-cryptoswift",
7   "license": "Apache License 2.0",
8   "authors": {
9     "Alex Vlasov": "alex.m.vlasov@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/a1ahn/scrypt-cryptoswift.git",
13     "tag": "1.5.1"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "swift_version": "4.1",
17   "module_name": "scrypt",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "public_header_files": "scrypt/scrypt.h",
23   "source_files": [
24     "scrypt/**/*.{swift}",
25     "scrypt/scrypt.h"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "CryptoSwift": [
30       "~> 0.10.0"
31     ]
32   }