[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / d / GPUberView / 1.0 / GPUberView.podspec.json
blobaf981d39bf392dfec0a7f625e6449f1d328d5fcc
2   "name": "GPUberView",
3   "version": "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.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.5"
33     ],
34     "JSONModel": [
35       "~> 1.0"
36     ],
37     "Bolts": [
38       "~> 1.1"
39     ],
40     "SDWebImage": [
41       "~>3.6"
42     ],
43     "PulsingHalo": [
45     ],
46     "Masonry": [
47       "~> 0.6"
48     ],
49     "INTULocationManager": [
50       "~> 2.0"
51     ],
52     "BlocksKit": [
53       "~> 2.2"
54     ]
55   }