[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / f / 2 / MBGeolocation / 0.9.7 / MBGeolocation.podspec.json
blobf6d5db8657f37d51c7ca5d484d07b4441b1fb71e
2   "name": "MBGeolocation",
3   "version": "0.9.7",
4   "summary": "Mockingbird Geolocation Extensions",
5   "description": "Provides a geolocation service that simplifies the use of CoreLocation.",
6   "homepage": "https://github.com/emaloney/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/emaloney/MBGeolocation.git",
20     "tag": "0.9.7"
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       "~> 1.0.0"
30     ]
31   }