blob: 4bdfc94389463880209f02c83d4f7c7743d9ee16 [file] [log] [blame]
{
"name": "Tempura",
"version": "5.0.0",
"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": "5.0.0"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Katana": [
">= 4.0",
"< 5"
]
},
"swift_versions": "5.0",
"ios": {
"source_files": [
"Tempura/Core/**/*.swift",
"Tempura/Navigation/**/*.swift",
"Tempura/SupportingFiles/**/*.swift",
"Tempura/Utilities/**/*.swift"
]
},
"swift_version": "5.0"
}