blob: f440a5f07770a0a23a84cd51675c5baa4e45d5d9 [file] [log] [blame]
{
"name": "BlueprintUI",
"version": "0.12.1",
"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.12.1"
},
"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"
}