[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / d / GPUberView / 1.1.0 / GPUberView.podspec.json
blob5dd2754d0bccfcb5c3a681a197ce2531d3e3d95b
2   "name": "GPUberView",
3   "version": "1.1.0",
4   "summary": "Summon Uber from your app with 2 lines of code.",
5   "homepage": "https://github.com/gpolak/GPUberView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "George Polak": "george.polak@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.1"
15   },
16   "source": {
17     "git": "https://github.com/gpolak/GPUberView.git",
18     "tag": "1.1.0"
19   },
20   "source_files": "GPUberView",
21   "resources": [
22     "GPUberView/*.{xib}",
23     "GPUberView/*.{png}"
24   ],
25   "requires_arc": true,
26   "frameworks": [
27     "MapKit",
28     "CoreLocation"
29   ],
30   "dependencies": {
31     "AFNetworking": [
32       "~> 2.6"
33     ],
34     "JSONModel": [
35       "~> 1.0"
36     ],
37     "Bolts": [
38       "~> 1.1"
39     ],
40     "PulsingHalo": [
42     ],
43     "Masonry": [
44       "~> 0.6"
45     ],
46     "INTULocationManager": [
47       "~> 2.0"
48     ],
49     "BlocksKit": [
50       "~> 2.2"
51     ]
52   }