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