{
"name": "MathKit",
"path": "/usr/src/package",
"targets": [
{
"name": "MathKitTests",
"path": "Tests/MathKitTests",
"type": "test",
"c99name": "MathKitTests",
"sources": [
"MathKitTests.swift",
"XCTestManifests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"MathKit"
]
},
{
"name": "MathKit",
"path": "Sources/MathKit",
"type": "library",
"c99name": "MathKit",
"sources": [
"Graph/GraphScene.swift",
"Graph/Point.swift",
"Graph/Window.swift",
"Math/Equation.swift",
"Math/Errors.swift",
"Math/Expression.swift",
"Math/Function.swift",
"Math/FunctionValue.swift",
"Math/Math.swift",
"Math/Mode.swift",
"Math/Number.swift",
"Math/Object.swift",
"Math/System.swift",
"Math/Term.swift",
"Math/Value.swift",
"Math/Variable.swift",
"Math/VariableValue.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"MathKit"
]
}
],
"products": [
{
"name": "MathKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"MathKit"
]
}
],
"platforms": [],
"dependencies": [],
"tools_version": "4.2",
"manifest_display_name": "MathKit"
}