blob: 34a91462d0d5416c47e486a4658d3faa3b0dba29 [file] [log] [blame]
{
"name": "WMATAFetcher",
"version": "2.2.0",
"summary": "Wrapper Pod for the WMATA API",
"description": "WMATAFetcher contains helper methods to fetch predictions from the WMATA API.\nIt uses [SwiftyJSON](https://cocoapods.org/pods/SwiftyJSON) to populate an array of [Train](http://cocoadocs.org/docsets/WMATAFetcher/1.0.1/Classes/Train.html) objects, which contain the number of cars, destination, group, line, location, and minutes until train arrival.",
"homepage": "https://github.com/clrung/WMATAFetcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher Rung": "clrung@gmail.com"
},
"source": {
"git": "https://github.com/clrung/WMATAFetcher.git",
"tag": "2.2.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": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}