blob: c75519300e98a2c3569ac1d5847609ac17799078 [file] [log] [blame]
{
"name": "MBGeolocation",
"version": "0.9.8",
"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.8"
},
"source_files": "Code/**/*.{h,m}",
"public_header_files": "Code/**/*.h",
"resource_bundles": {
"MBGeolocation": "Resources/*.xml"
},
"dependencies": {
"MBDataEnvironment": [
"~> 1.0.3"
]
}
}