[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / a / b / SoraFoundation / 0.10.2 / SoraFoundation.podspec.json
blob84ebda7b5d2ee6b6b56b65b1751356a84c5cee4a
2   "name": "SoraFoundation",
3   "version": "0.10.2",
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.10.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "frameworks": "UIKit",
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "Example/Tests/**/*.swift",
28       "dependencies": {
29         "Cuckoo": [
31         ]
32       }
33     }
34   ],
35   "subspecs": [
36     {
37       "name": "Localization",
38       "dependencies": {
39         "SoraKeystore": [
40           "~> 0.1.5"
41         ]
42       },
43       "source_files": "SoraFoundation/Classes/Localization/**/*"
44     },
45     {
46       "name": "Timer",
47       "dependencies": {
48         "SoraFoundation/NotificationHandlers": [
50         ]
51       },
52       "source_files": "SoraFoundation/Classes/Timer/**/*"
53     },
54     {
55       "name": "NotificationHandlers",
56       "source_files": "SoraFoundation/Classes/NotificationHandlers/**/*"
57     },
58     {
59       "name": "QueryProcessing",
60       "source_files": "SoraFoundation/Classes/QueryProcessing/**/*"
61     },
62     {
63       "name": "DateProcessing",
64       "dependencies": {
65         "SoraFoundation/Localization": [
67         ]
68       },
69       "source_files": "SoraFoundation/Classes/DateProcessing/**/*"
70     },
71     {
72       "name": "NumberProcessing",
73       "source_files": "SoraFoundation/Classes/NumberProcessing/**/*"
74     },
75     {
76       "name": "ViewModel",
77       "source_files": "SoraFoundation/Classes/ViewModel/**/*"
78     }
79   ],
80   "swift_version": "5.0"