blob: 5d8f927c3606fd3a8082a56d386901b54bf50c16 [file] [log] [blame]
{
"name": "Fare",
"version": "1.0.3",
"summary": "A networking library for the University of Michigan's bus dispatch system.",
"description": " The University of Michigan has an awesome [live bus tracking system](http://mbus.pts.umich.edu/) for students. This is an Objective-C wrapper around their API.\n",
"homepage": "https://github.com/jonahgrant/fare",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonah Grant": "jonah@jonahgrant.com"
},
"source": {
"git": "https://github.com/jonahgrant/fare.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Fare/Source/**/*.{h,m}",
"exclude_files": ".gitignore",
"resources": "Fare/Resources/Misc/Fare-Info.plist",
"requires_arc": true,
"dependencies": {
"Mantle": [
"~> 1.3"
],
"AFNetworking": [
"~> 2.0.3"
],
"ReactiveCocoa": [
"~> 2.1"
],
"XMLDictionary": [
"~> 1.3"
]
}
}