[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 5 / b / Tempura / 4.0.0 / Tempura.podspec.json
blob640eb6bf5d8c12048328a997150b20b02b7dcdc9
2   "name": "Tempura",
3   "version": "4.0.0",
4   "summary": "UI architecture for apps",
5   "homepage": "https://bendingspoons.com",
6   "license": {
7     "type": "No License",
8     "text": "Copyright 2018 BendingSpoons"
9   },
10   "authors": {
11     "Bending Spoons": "team@bendingspoons.com"
12   },
13   "source": {
14     "git": "https://github.com/BendingSpoons/tempura-swift.git",
15     "tag": "4.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "dependencies": {
21     "Katana": [
22       ">= 3.0",
23       "< 4"
24     ]
25   },
26   "swift_version": "5.0",
27   "ios": {
28     "source_files": [
29       "Tempura/Core/**/*.swift",
30       "Tempura/Navigation/**/*.swift",
31       "Tempura/SupportingFiles/**/*.swift",
32       "Tempura/Utilities/**/*.swift"
33     ]
34   }