[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / c / 4 / 8 / Half / 1.4.1 / Half.podspec.json
blob8f0be8d5e06b218c684507628cfc0f419666dd52
2   "name": "Half",
3   "version": "1.4.1",
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.4.1"
14   },
15   "platforms": {
16     "ios": "12.0",
17     "osx": "10.13",
18     "tvos": "12.0",
19     "watchos": "4.0"
20   },
21   "source_files": "Sources/**/*.{swift,h,c}",
22   "swift_versions": [
23     "5.0"
24   ],
25   "cocoapods_version": ">= 1.7.3",
26   "swift_version": "5.0"