[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / a / 9 / Fare / 1.0 / Fare.podspec.json
blob0df567bbae0a86320db61ce1ae7aec1a56317d2c
2   "name": "Fare",
3   "version": "1.0",
4   "summary": "A networking library for the University of Michigan's bus dispatch system.",
5   "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",
6   "homepage": "https://github.com/jonahgrant/fare",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jonah Grant": "jonah@jonahgrant.com"
13   },
14   "source": {
15     "git": "https://github.com/jonahgrant/fare.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "Fare/Source/**/*.{h,m}",
22   "exclude_files": ".gitignore",
23   "resources": "Fare/Resources/Misc/Fare-Info.plist",
24   "requires_arc": true,
25   "dependencies": {
26     "Mantle": [
27       "~> 1.3"
28     ],
29     "AFNetworking": [
30       "~> 2.0.3"
31     ],
32     "ReactiveCocoa": [
33       "~> 2.1"
34     ],
35     "XMLDictionary": [
36       "~> 1.3"
37     ]
38   }