| { |
| "name": "scrypt_minor", |
| "version": "1.5.1", |
| "summary": "*forked* Scrypt implementation in vanilla Swift for iOS ans macOS", |
| "description": "*forked* Scrypt implementation in vanilla Swift, intended for use together with a Cryptoswift pod", |
| "homepage": "https://github.com/a1ahn/scrypt-cryptoswift", |
| "license": "Apache License 2.0", |
| "authors": { |
| "Alex Vlasov": "alex.m.vlasov@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/a1ahn/scrypt-cryptoswift.git", |
| "tag": "1.5.1" |
| }, |
| "social_media_url": "https://twitter.com/shamatar", |
| "swift_version": "4.1", |
| "module_name": "scrypt", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11" |
| }, |
| "public_header_files": "scrypt/scrypt.h", |
| "source_files": [ |
| "scrypt/**/*.{swift}", |
| "scrypt/scrypt.h" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "CryptoSwift": [ |
| "~> 0.10.0" |
| ] |
| } |
| } |