-
-
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
34 additions
and
1 deletion.
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
28 changes: 28 additions & 0 deletions
28
ios/RNMBGLMapboxMobileEvents/RNMBGLMapboxMobileEvents-0.10.2.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,28 @@ | ||
{ | ||
"name": "RNMBGLMapboxMobileEvents", | ||
"version": "0.10.2", | ||
"summary": "Open source vector map solution for iOS with full styling capabilities.", | ||
"description": "Open source, OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa Touch APIs.", | ||
"homepage": "https://docs.mapbox.com/ios/maps/", | ||
"license": { | ||
"type": "BSD", | ||
"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", | ||
"documentation_url": "https://docs.mapbox.com/ios/api/maps/", | ||
"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": "RNMBGLMapboxMobileEvents", | ||
"preserve_paths": "**/*.bcsymbolmap" | ||
} |