blob: fe9de13cbeca86833cd772b045e167401ee93096 [file] [log] [blame]
{
"name": "SubwayStations",
"version": "0.2.1",
"summary": "Provides abstract structure for subway apps in Swift",
"description": "This provides classes/protocols for use in subway apps. Most subway app UIs will tell you more or less the same thing about stations, trains, and schedules; this pod makes it easy to abstract how you get that data and build a reusable UI based purely on generalizations.",
"swift_version": "4.1",
"homepage": "https://github.com/schrockblock/subway-stations",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elliot": ""
},
"source": {
"git": "https://github.com/schrockblock/subway-stations.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/elliot_schrock",
"platforms": {
"ios": "10.0"
},
"source_files": "SubwayStations/Classes/**/*"
}