blob: ff116372b51bd554952103a730f4b3a06ab1eab3 [file] [log] [blame]
{
"name": "MapboxMobileEvents",
"version": "0.9.1",
"summary": "Mapbox Mobile Events",
"description": "Collects usage information to help Mapbox improve its products.",
"homepage": "https://www.mapbox.com/",
"license": {
"type": "ISC",
"file": "LICENSE.md"
},
"authors": {
"Mapbox": "mobile@mapbox.com"
},
"social_media_url": "https://twitter.com/mapbox",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mapbox/mapbox-events-ios.git",
"tag": "v0.9.1"
},
"source_files": [
"MapboxMobileEvents/**/*.{h,m}",
"vendor/TrustKit/**/*.{h,m,c}"
],
"resources": "MapboxMobileEvents/Resources/*",
"exclude_files": "MapboxMobileEvents/MMENamespacedDependencies.h",
"requires_arc": true,
"module_name": "MapboxMobileEvents",
"libraries": "z",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
}
}