[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / 5 / MapboxCoreSearch / 0.21.0 / MapboxCoreSearch.podspec.json
blob81e62d99b3e48db9c0727fc1e8dab12e5c34c616
2   "name": "MapboxCoreSearch",
3   "version": "0.21.0",
4   "summary": "Search 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": "Proprietary",
9     "file": "LICENSE"
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/0.21.0/MapboxCoreSearch.xcframework.zip"
16   },
17   "platforms": {
18     "ios": "11.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       "~> 12.0.0"
31     ]
32   }