blob: 2bec7e3c26842500274a39ef418ef68e21c56851 [file] [log] [blame]
{
"name": "BlueprintUI",
"version": "0.3.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.3.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.3"
},
"source_files": "BlueprintUI/Sources/**/*.swift",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "BlueprintUI/Tests/**/*.swift",
"frameworks": "XCTest"
}
],
"swift_version": "5.0"
}