blob: 34e17a1a629c52d8ab4407b33a0aae54e6a3ee9f [file] [log] [blame]
{
"name": "Tempura",
"version": "4.3.1",
"summary": "UI architecture for apps",
"homepage": "https://bendingspoons.com",
"license": {
"type": "No License",
"text": "Copyright 2018 BendingSpoons"
},
"authors": {
"Bending Spoons": "team@bendingspoons.com"
},
"source": {
"git": "https://github.com/BendingSpoons/tempura-swift.git",
"tag": "4.3.1"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Katana": [
">= 3.0",
"< 4"
]
},
"swift_versions": "5.0",
"ios": {
"source_files": [
"Tempura/Core/**/*.swift",
"Tempura/Navigation/**/*.swift",
"Tempura/SupportingFiles/**/*.swift",
"Tempura/Utilities/**/*.swift"
]
},
"swift_version": "5.0"
}