blob: 54fccb281377f486fde66abdbaa11ecbd4532f35 [file] [log] [blame]
{
"name": "UCTransitWidgets",
"version": "0.1.0",
"summary": "A small library to display resolution-independent transit line icons.",
"description": " UCTransitWidgets is a small library to help display accurately-styled, resolution-independent icons for various transit systems. It currently supports the NYC subway and the DC metro.\n",
"homepage": "https://github.com/UrbanCompass/UCTransitWidgets",
"license": "MIT",
"authors": {
"Jerry Wong": "jerry.wong@urbancompass.com"
},
"source": {
"git": "https://github.com/UrbanCompass/UCTransitWidgets.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/potatolicious",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"UCTransitWidgets": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}