blob: cd70a41e4ee002efdf37485db0d40a94a84bd1a1 [file] [log] [blame]
{
"name": "Complex",
"version": "1.2.0",
"summary": "Swift Complex Number",
"description": "A lightweight framework designed for representing and working with complex numbers for iOS, macOS, tvOS, and watchOS.",
"homepage": "https://github.com/SomeRandomiOSDev/Complex",
"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/Complex.git",
"tag": "1.2.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": [
"4.2",
"5.0"
],
"cocoapods_version": ">= 1.7.3",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"dependencies": {
"Half": [
"~> 1.2"
]
},
"source_files": [
"Tests/ComplexTests/*Tests.swift",
"Tests/ComplexTests/TestingBase.swift"
]
}
],
"swift_version": "5.0"
}