blob: 69aa00aa3ab97234834c5b90f60c07184de3d18d [file] [log] [blame]
{
"name": "FlightTicketView",
"version": "1.0.2",
"summary": "A simple library for Swift that makes UITableView resemble a flight ticket.",
"homepage": "https://github.com/ManuelBulos/FlightTicketView",
"authors": {
"Manuel Bulos": "manuelbulos@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"platforms": {
"ios": "11.3"
},
"source": {
"git": "https://github.com/ManuelBulos/FlightTicketView.git",
"tag": "1.0.2"
},
"source_files": "FlightTicketView/*",
"ios": {
"frameworks": "UIKit"
},
"swift_version": "4.1"
}