| { |
| "name": "TastyTomato", |
| "version": "0.41.0", |
| "summary": "The Tasty Tomato.", |
| "description": "Get all the awesome custom UI elements that \nresmio uses to make your App really beautiful!", |
| "homepage": "https://github.com/resmio/TastyTomato", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jan Nash": "jan@resmio.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_versions": "5.0", |
| "source": { |
| "git": "https://github.com/resmio/TastyTomato.git", |
| "tag": "v0.41.0" |
| }, |
| "source_files": "TastyTomato/**/*.swift", |
| "ios": { |
| "resource_bundles": { |
| "TTLocalizations": [ |
| "TastyTomato/Localizations/*.lproj" |
| ] |
| } |
| }, |
| "resources": [ |
| "TastyTomato/Images/*.{xcassets, png}" |
| ], |
| "public_header_files": [ |
| |
| ], |
| "dependencies": { |
| "SignificantSpices": [ |
| "~> 0.13.3" |
| ], |
| "SwiftDate": [ |
| "~> 6.1.0" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |