[Add] OctopusSDK 1.6.1.23
[CocoaPods.git] / Specs / c / 4 / 8 / Half / 1.0.0 / Half.podspec.json
blob43d227715cb04918beadfca4fa6718e96c3e9f7d
2   "name": "Half",
3   "version": "1.0.0",
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     "Joseph Newton": "somerandomiosdev@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/SomeRandomiOSDev/Half.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Sources/**/*.{swift,h,c}",
22   "frameworks": "Foundation",
23   "swift_versions": [
24     "4.0",
25     "4.2",
26     "5.0"
27   ],
28   "cocoapods_version": ">= 1.7.3",
29   "swift_version": "5.0"