blob: f6d5db8657f37d51c7ca5d484d07b4441b1fb71e [file] [log] [blame]
{
"name": "MBGeolocation",
"version": "0.9.7",
"summary": "Mockingbird Geolocation Extensions",
"description": "Provides a geolocation service that simplifies the use of CoreLocation.",
"homepage": "https://github.com/emaloney/MBGeolocation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evan Coyne Maloney": "emaloney@gilt.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/emaloney/MBGeolocation.git",
"tag": "0.9.7"
},
"source_files": "Code/**/*.{h,m}",
"public_header_files": "Code/**/*.h",
"resource_bundles": {
"MBGeolocation": "Resources/*.xml"
},
"dependencies": {
"MBDataEnvironment": [
"~> 1.0.0"
]
}
}