-
-
Notifications
You must be signed in to change notification settings - Fork 853
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to be consumed without use_frameworks!
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
ios/NoUseFrameworks-MapboxMobileEvents/NoUseFrameworks-MapboxMobileEvents.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "NoUseFrameworks-MapboxMobileEvents", | ||
"version": "0.10.2", | ||
"summary": "Mapbox Mobile Events", | ||
"description": "This is a workaround that allows consumption of Mapbox-iOS-SDK without use_frameworks!. Mapbox Mobile Events collects usage information to help Mapbox improve its products.", | ||
"homepage": "https://github.com/react-native-mapbox-gl/maps/pull/714", | ||
"license": { | ||
"type": "ISC", | ||
"file": "LICENSE.md" | ||
}, | ||
"authors": { | ||
"Mapbox": "mobile@mapbox.com" | ||
}, | ||
"screenshots": "https://docs.mapbox.com/ios/api/maps/5.7.0/img/screenshot.png", | ||
"social_media_url": "https://twitter.com/mapbox", | ||
"source": { | ||
"http": "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-5.7.0-dynamic-with-events.zip", | ||
"flatten": true | ||
}, | ||
"platforms": { | ||
"ios": "9.0" | ||
}, | ||
"requires_arc": true, | ||
"vendored_frameworks": "dynamic/MapboxMobileEvents.framework", | ||
"module_name": "MapboxMobileEvents", | ||
"preserve_paths": "**/*.bcsymbolmap" | ||
} |