blob: 96a840709689afb123c45151ce41206d1032a6de [file] [log] [blame]
{
"name": "FlightTicketView",
"version": "1.0.3",
"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.3"
},
"source_files": "FlightTicketView/*",
"ios": {
"frameworks": "UIKit"
},
"swift_version": "4.1"
}