blob: d0b7135c5db4aaed13416e137bd1d95b1f42d88c [file] [log] [blame]
{
"name": "Complex",
"version": "1.1.1",
"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.1.1"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"cocoapods_version": ">= 1.7.3",
"swift_version": "5.0"
}