[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 4 / 9 / SoraCrypto / 0.1.2 / SoraCrypto.podspec.json
blob28635730fe466288737973bc1fd9dcbcb1aa6abc
2   "name": "SoraCrypto",
3   "version": "0.1.2",
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.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "source_files": "SoraCrypto/Classes/**/*",
22   "dependencies": {
23     "IrohaCrypto": [
25     ],
26     "SoraDocuments": [
28     ]
29   },
30   "swift_version": "5.0",
31   "testspecs": [
32     {
33       "name": "Tests",
34       "test_type": "unit",
35       "source_files": "Tests/**/*"
36     }
37   ]