[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / d / c / b / scrypt-cryptoswift / 1.2 / scrypt-cryptoswift.podspec.json
blob724d2bdbb497b90a2be16a951439aedaac32972d
2   "name": "scrypt-cryptoswift",
3   "version": "1.2",
4   "summary": "Scrypt implementation in vanilla Swift for iOS ans macOS",
5   "description": "Scrypt implementation in vanilla Swift, intended for use together with a Cryptoswift pod",
6   "homepage": "https://github.com/shamatar/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/shamatar/scrypt-cryptoswift.git",
13     "tag": "1.2"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "swift_version": "4.1",
17   "module_name": "scrypt_cryptoswift",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "public_header_files": "scrypt-cryptoswift/scrypt_cryptoswift.h",
23   "source_files": [
24     "scrypt-cryptoswift/**/*.{swift}",
25     "scrypt-cryptoswift/scrypt_cryptoswift.h"
26   ],
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "dependencies": {
31     "CryptoSwift": [
32       "~> 0.11"
33     ]
34   }