[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 8 / 5 / MapboxCoreSearch / 2.1.0 / MapboxCoreSearch.podspec.json
blob5968e8cb860b5f41b84f2d519ae71df6531f067f
2   "name": "MapboxCoreSearch",
3   "version": "2.1.0",
4   "summary": "Search Core SDK for Mapbox Search API",
5   "description": "MapboxSearchSDK implement basic search functionality over Mapbox Search API\nSome iOS platfrom specifics applies.",
6   "homepage": "https://www.mapbox.com/search-service",
7   "license": {
8     "type": "Mapbox TOS",
9     "text": "                          Copyright © 2024 Mapbox, Inc.\n                          You may use this code with your Mapbox account and under the Mapbox Terms of Service (available at: https://www.mapbox.com/legal/tos).\n                          All other rights reserved.\n"
10   },
11   "authors": {
12     "Mapbox": "mobile@mapbox.com"
13   },
14   "source": {
15     "http": "https://api.mapbox.com/downloads/v2/search-core-sdk/releases/ios/packages/2.1.0/MapboxCoreSearch.xcframework.zip"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "libraries": "stdc++",
21   "frameworks": "CoreLocation",
22   "cocoapods_version": ">= 1.9.0",
23   "user_target_xcconfig": {
24     "CLANG_CXX_LIBRARY": "libc++",
25     "OTHER_LDFLAGS": "$(inherited) -ObjC"
26   },
27   "vendored_frameworks": "**/MapboxCoreSearch.xcframework",
28   "dependencies": {
29     "MapboxCommon": [
30       "24.4.0"
31     ]
32   }