[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / a / b / SoraFoundation / 0.1.0 / SoraFoundation.podspec.json
blob24ad83865a53601b014c87c92ab9cdc67f7299b7
2   "name": "SoraFoundation",
3   "version": "0.1.0",
4   "summary": "Implementation of commonly used algorithms to avoid boilerplate code.",
5   "description": "Library contains implementation of commonly used algorithms to reduce duplicated and boilerplate code.",
6   "homepage": "https://github.com/soramitsu",
7   "license": {
8     "type": "GPL 3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ERussel": "emkil.russel@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/soramitsu/Foundation-iOS.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "testspecs": [
23     {
24       "name": "Tests",
25       "test_type": "unit",
26       "source_files": "Example/Tests/**/*.swift"
27     }
28   ],
29   "subspecs": [
30     {
31       "name": "InMemoryStorage",
32       "dependencies": {
33         "SoraKeystore": [
35         ]
36       },
37       "source_files": "SoraFoundation/Classes/InMemoryStorage/**/*"
38     },
39     {
40       "name": "Localization",
41       "dependencies": {
42         "SoraKeystore": [
44         ]
45       },
46       "source_files": "SoraFoundation/Classes/Localization/**/*"
47     }
48   ],
49   "swift_version": "5.0"