blob: 67e576eb6837c87239c09d01c3c0f9461ac3c6eb [file] [log] [blame]
{
"name": "BlueprintUI",
"version": "0.2.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.2.2"
},
"swift_versions": "4.2",
"platforms": {
"ios": "9.3"
},
"source_files": "BlueprintUI/Sources/**/*.swift",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "BlueprintUI/Tests/**/*.swift",
"frameworks": "XCTest"
}
]
}