[Add] EnVerify 1.3.18.3
[CocoaPods.git] / Specs / 6 / 4 / f / Skynet / 0.1.4 / Skynet.podspec.json
blobace75d2b62e9ef55567b3e727d9a6c0bae96e76d
2   "name": "Skynet",
3   "version": "0.1.4",
4   "summary": "Skynet SDK for iOS and macOS",
5   "description": "Use Sia Skynet in your iOS or macOS projects (Decentralized database)",
6   "homepage": "https://github.com/ppamorim/skynet-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pedro Paulo de Amorim": "pp.amorim@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ppamorim/skynet-swift.git",
16     "tag": "0.1.4"
17   },
18   "source_files": [
19     "Sources/**/*.swift",
20     "Sources/Blake2b/*.{h,m,c}",
21     "Sources/Blake2b/**/*.{h,m,c}"
22   ],
23   "swift_versions": [
24     "5.2"
25   ],
26   "platforms": {
27     "ios": "12.1",
28     "osx": "10.12"
29   },
30   "dependencies": {
31     "CryptoSwift": [
32       "~> 1.4.0"
33     ],
34     "ed25519swift": [
35       "~> 1.2.8"
36     ],
37     "TweetNacl": [
39     ]
40   },
41   "swift_version": "5.2"