[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 7 / f / 2 / MBGeolocation / 0.9.2 / MBGeolocation.podspec.json
blob485e5745b3539faad23bb56ecc89697f88b98f92
2   "name": "MBGeolocation",
3   "version": "0.9.2",
4   "summary": "Mockingbird Geolocation Extensions",
5   "description": "Provides a geolocation service that simplifies the use of CoreLocation.",
6   "homepage": "https://github.com/gilt/MBGeolocation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evan Coyne Maloney": "emaloney@gilt.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/gilt/MBGeolocation.git",
20     "tag": "0.9.2"
21   },
22   "source_files": "Code/**/*.{h,m}",
23   "public_header_files": "Code/**/*.h",
24   "resource_bundles": {
25     "MBGeolocation": "Resources/*.xml"
26   },
27   "dependencies": {
28     "MBDataEnvironment": [
29       "~> 0.9.4"
30     ]
31   }