[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / d / 4 / 9 / SoraCrypto / 0.1.3 / SoraCrypto.podspec.json
blobfa72b65fc3e6f0efea00a50191cd2fcbc072d19c
2   "name": "SoraCrypto",
3   "version": "0.1.3",
4   "summary": "Library contains cryptography related implementation for Sora plaform.",
5   "homepage": "https://github.com/soramitsu",
6   "license": {
7     "type": "GPL 3.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ERussel": "emkil.russel@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/soramitsu/crypto-iOS.git",
15     "tag": "0.1.3"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "source_files": "SoraCrypto/Classes/**/*",
22   "dependencies": {
23     "IrohaCrypto/Iroha": [
24       "~> 0.3.0"
25     ],
26     "SoraDocuments": [
28     ]
29   },
30   "testspecs": [
31     {
32       "name": "Tests",
33       "test_type": "unit",
34       "source_files": "Tests/**/*"
35     }
36   ],
37   "swift_version": "5.0"