blob: 2752872b396ca88d54db9ff240e1e12c5492349b [file] [log] [blame]
{
"name": "WMATAFetcher",
"version": "1.0.0",
"summary": "Wrapper Pod for the WMATA API",
"description": "Helper methods to fetch predictions from the WMATA API.",
"homepage": "https://github.com/clrung/WMATAFetcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher Rung": "christopher.rung@gmail.com"
},
"source": {
"git": "https://github.com/clrung/WMATAFetcher.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/clrung",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "WMATAFetcher/**/*.swift",
"dependencies": {
"SwiftyJSON": [
"~> 2.3"
]
}
}