blob: 91b2665f87e26338c2b6bc3212f009d56dcbeb31 [file] [log] [blame]
{
"name": "MBGeolocation",
"version": "0.9.0",
"summary": "Mockingbird Geolocation Extensions",
"description": "Provides a geolocation service that simplifies the use of CoreLocation.",
"homepage": "https://github.com/gilt/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/gilt/MBGeolocation.git",
"tag": "0.9.0"
},
"source_files": "Code/**/*.{h,m}",
"public_header_files": "Code/**/*.h",
"dependencies": {
"MBDataEnvironment": [
"~> 0.9.2"
]
}
}