[Add] CustomerIOTrackingMigration 3.3.1
[CocoaPods.git] / Specs / c / 4 / 8 / Half / 1.1.0 / Half.podspec.json
blob463362acb80b6d32f21bec02c1856b3abca75f5e
2   "name": "Half",
3   "version": "1.1.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.1.0"
20   },
21   "source_files": "Sources/**/*.{swift,h,c}",
22   "frameworks": "Foundation",
23   "swift_versions": [
24     "5.0"
25   ],
26   "cocoapods_version": ">= 1.7.3",
27   "swift_version": "5.0"