{
"name": "Funky",
"path": "/usr/src/package",
"targets": [
{
"name": "FunkyTests",
"path": "/usr/src/package/Tests/FunkyTests",
"type": "test",
"c99name": "FunkyTests",
"sources": [
"FunkyTests.swift"
],
"module_type": "SwiftTarget"
},
{
"name": "Funky",
"path": "/usr/src/package/Sources",
"type": "library",
"c99name": "Funky",
"sources": [
"Array.swift",
"Associable.swift",
"Collection.swift",
"Function.swift",
"Mappable.swift",
"Numeric.swift",
"Operators.swift",
"Optional.swift",
"Reducible.swift",
"Sequence.swift",
"Set.swift"
],
"module_type": "SwiftTarget"
}
]
}