[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 4 / 8 / Half / 1.2.2 / Half.podspec.json
blob8af19181d27ecb86a4bc0470fd73908ecc9aaa02
2   "name": "Half",
3   "version": "1.2.2",
4   "summary": "Swift Half-Precision Floating Point",
5   "description": "A lightweight framework containing a Swift implementation for a half-precision floating point type for iOS, macOS, tvOS, and watchOS.",
6   "homepage": "https://github.com/SomeRandomiOSDev/Half",
7   "license": "MIT",
8   "authors": {
9     "Joe Newton": "somerandomiosdev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SomeRandomiOSDev/Half.git",
13     "tag": "1.2.2"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": "Sources/**/*.{swift,h,c}",
22   "swift_versions": [
23     "4.0",
24     "4.2",
25     "5.0"
26   ],
27   "cocoapods_version": ">= 1.7.3",
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "platforms": {
33         "ios": "9.0",
34         "osx": "10.10",
35         "tvos": "9.0",
36         "watchos": "2.0"
37       },
38       "source_files": [
39         "Tests/CHalfTests/*Tests.swift",
40         "Tests/HalfTests/*Tests.swift"
41       ]
42     }
43   ],
44   "swift_version": "5.0"