blob: 9764184a1823aedaadcb6e8d008314cd3a1af523 [file] [log] [blame]
{
"name": "Tempura",
"version": "1.6.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": "1.6.1"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Katana": [
">= 1.0",
"< 1.1"
]
},
"ios": {
"source_files": [
"Tempura/Core/**/*.swift",
"Tempura/Navigation/**/*.swift",
"Tempura/SupportingFiles/**/*.swift",
"Tempura/Utilities/**/*.swift"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-weak-lswiftXCTest",
"OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
}
}