[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 2 / 7 / 9 / Numberick-NBKDoubleWidthKit / 0.17.0 / Numberick-NBKDoubleWidthKit.podspec.json
blobdd173ae005fe4d8bb0f2e7d1ff4ab2ca866c003b
2   "name": "Numberick-NBKDoubleWidthKit",
3   "version": "0.17.0",
4   "module_name": "NBKDoubleWidthKit",
5   "summary": "A composable, large, fixed-width, two's complement, binary integer.",
6   "license": {
7     "type": "Apache-2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Oscar Byström Ericsson": "oscbyspro@protonmail.com"
12   },
13   "homepage": "https://github.com/oscbyspro/Numberick",
14   "readme": "https://raw.githubusercontent.com/oscbyspro/Numberick/v0.17.0/README.md",
15   "documentation_url": "https://oscbyspro.github.io/Numberick/documentation/numberick/",
16   "source": {
17     "git": "https://github.com/oscbyspro/Numberick.git",
18     "tag": "CocoaPods-v0.17.0"
19   },
20   "source_files": "Sources/NBKDoubleWidthKit/**/*.swift",
21   "swift_versions": "5.7",
22   "platforms": {
23     "ios": "14.0",
24     "osx": "11.0",
25     "tvos": "14.0",
26     "watchos": "7.0"
27   },
28   "dependencies": {
29     "Numberick-NBKCoreKit": [
30       "0.17.0"
31     ]
32   },
33   "testspecs": [
34     {
35       "name": "Tests",
36       "test_type": "unit",
37       "source_files": "Tests/NBKDoubleWidthKitTests/**/*.swift",
38       "platforms": {
39         "ios": "14.0",
40         "osx": "11.0",
41         "tvos": "14.0"
42       }
43     }
44   ],
45   "swift_version": "5.7"