blob: a27752f41f6333c04530fcec249051625e628054 [file] [log] [blame]
{
"name": "Half",
"version": "1.0.1",
"summary": "Swift Half-Precision Floating Point",
"description": "A lightweight framework containing a Swift implementation for a half-precision floating point type for iOS, macOS, tvOS, and watchOS.",
"homepage": "https://github.com/SomeRandomiOSDev/Half",
"license": "MIT",
"authors": {
"Joseph Newton": "somerandomiosdev@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/SomeRandomiOSDev/Half.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.{swift,h,c}",
"frameworks": "Foundation",
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"cocoapods_version": ">= 1.7.3",
"swift_version": "5.0"
}