[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 5 / 9 / 7 / Kuru / 0.1.0 / Kuru.podspec.json
blob4133f157f65b5722ac9b1ae902baf51670b424a7
2   "name": "Kuru",
3   "version": "0.1.0",
4   "summary": "Kuru is the easy way to manipulating ui data from a server in SwiftUI.",
5   "description": "Welcome to Kuru - a toolkit for building native, component-driven UIs on iOS. It is designed to enable teams of any size to quickly build, tweak and ship new UI features, in either new or existing apps. It also makes it easy to build backend-driven UIs.",
6   "homepage": "https://github.com/zalazara/Kuru",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alejandro Zalazar": "azalazar@outlook.com.ar"
13   },
14   "source": {
15     "git": "https://github.com/zalazara/Kuru.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_versions": "5.7",
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "Tests/KuruTests/**/*.swift",
28       "dependencies": {
29         "Quick": [
30           "~> 3.1"
31         ],
32         "Nimble": [
33           "~> 9.0"
34         ]
35       },
36       "platforms": {
37         "ios": "13.0"
38       }
39     }
40   ],
41   "swift_version": "5.7"