blob: c111d3b53aca0949448abaf8649560fca69534f6 [file] [log] [blame]
{
"name": "BlueprintUILists",
"version": "0.10.0",
"summary": "Declarative list views for iOS apps that deploy back to iOS 11.0.",
"homepage": "https://github.com/kyleve/Listable",
"license": "Apache License, Version 2.0",
"authors": {
"Kyle": "k@squareup.com"
},
"source": {
"git": "https://github.com/kyleve/Listable.git",
"tag": "0.10.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0"
],
"dependencies": {
"ListableUI": [
],
"BlueprintUI": [
]
},
"source_files": "BlueprintUILists/Sources/**/*.{swift}",
"swift_version": "5.0"
}