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