blob: 45f6951d5b35eb96146d1261176dda7764c62323 [file] [log] [blame]
{
"name": "BlueprintUICommonControls",
"version": "0.3.0",
"summary": "UIKit-backed elements for Blueprint",
"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.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.3"
},
"source_files": "BlueprintUICommonControls/Sources/**/*.swift",
"dependencies": {
"BlueprintUI": [
]
},
"testspecs": [
{
"name": "SnapshotTests",
"test_type": "unit",
"source_files": "BlueprintUICommonControls/Tests/Sources/**/*.{swift, png}",
"resources": "BlueprintUICommonControls/Tests/Resources/**/*",
"frameworks": "XCTest"
}
],
"swift_version": "5.0"
}