blob: 26cc5b7983be9537a9966566188bc7b38916f690 [file] [log] [blame]
{
"name": "BlueprintUICommonControls",
"version": "0.2.2",
"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.2.2"
},
"swift_versions": "4.2",
"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"
}
]
}