blob: 2ec74f899fb78eb946e1d6463b4645414cec8501 [file] [log] [blame]
{
"name": "BlueprintUI",
"version": "0.9.2",
"summary": "Swift library for declarative UI construction",
"homepage": "https://www.github.com/square/blueprint",
"license": "Apache License, Version 2.0",
"authors": "Square",
"source": {
"git": "https://github.com/square/blueprint.git",
"tag": "0.9.2"
},
"swift_versions": "5.1",
"platforms": {
"ios": "10.0"
},
"source_files": "BlueprintUI/Sources/**/*.swift",
"weak_frameworks": "SwiftUI",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"libraries": "swiftsimd",
"source_files": "BlueprintUI/Tests/**/*.swift",
"frameworks": "XCTest"
}
],
"swift_version": "5.1"
}