Skip to content

Commit dea8b5f

Browse files
committed
v0.6.0
1 parent 21971ea commit dea8b5f

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

Geocoder Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.5.2</string>
18+
<string>0.6.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

MapboxGeocoder.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxGeocoder.swift"
6-
s.version = "0.5.2"
6+
s.version = "0.6.0"
77
s.summary = "Mapbox Geocoding API for Swift and Objective-C."
88

99
s.description = <<-DESC

MapboxGeocoder.xcodeproj/project.pbxproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -965,11 +965,11 @@
965965
CLANG_ANALYZER_NONNULL = YES;
966966
CODE_SIGN_IDENTITY = "";
967967
COMBINE_HIDPI_IMAGES = YES;
968-
CURRENT_PROJECT_VERSION = 4;
968+
CURRENT_PROJECT_VERSION = 5;
969969
DEBUG_INFORMATION_FORMAT = dwarf;
970970
DEFINES_MODULE = YES;
971971
DYLIB_COMPATIBILITY_VERSION = 1;
972-
DYLIB_CURRENT_VERSION = 4;
972+
DYLIB_CURRENT_VERSION = 5;
973973
DYLIB_INSTALL_NAME_BASE = "@rpath";
974974
FRAMEWORK_SEARCH_PATHS = (
975975
"$(inherited)",
@@ -996,11 +996,11 @@
996996
CODE_SIGN_IDENTITY = "";
997997
COMBINE_HIDPI_IMAGES = YES;
998998
COPY_PHASE_STRIP = NO;
999-
CURRENT_PROJECT_VERSION = 4;
999+
CURRENT_PROJECT_VERSION = 5;
10001000
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10011001
DEFINES_MODULE = YES;
10021002
DYLIB_COMPATIBILITY_VERSION = 1;
1003-
DYLIB_CURRENT_VERSION = 4;
1003+
DYLIB_CURRENT_VERSION = 5;
10041004
DYLIB_INSTALL_NAME_BASE = "@rpath";
10051005
FRAMEWORK_SEARCH_PATHS = (
10061006
"$(inherited)",
@@ -1068,11 +1068,11 @@
10681068
buildSettings = {
10691069
CLANG_ANALYZER_NONNULL = YES;
10701070
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1071-
CURRENT_PROJECT_VERSION = 4;
1071+
CURRENT_PROJECT_VERSION = 5;
10721072
DEBUG_INFORMATION_FORMAT = dwarf;
10731073
DEFINES_MODULE = YES;
10741074
DYLIB_COMPATIBILITY_VERSION = 1;
1075-
DYLIB_CURRENT_VERSION = 4;
1075+
DYLIB_CURRENT_VERSION = 5;
10761076
DYLIB_INSTALL_NAME_BASE = "@rpath";
10771077
FRAMEWORK_SEARCH_PATHS = (
10781078
"$(inherited)",
@@ -1099,11 +1099,11 @@
10991099
CLANG_ANALYZER_NONNULL = YES;
11001100
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
11011101
COPY_PHASE_STRIP = NO;
1102-
CURRENT_PROJECT_VERSION = 4;
1102+
CURRENT_PROJECT_VERSION = 5;
11031103
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
11041104
DEFINES_MODULE = YES;
11051105
DYLIB_COMPATIBILITY_VERSION = 1;
1106-
DYLIB_CURRENT_VERSION = 4;
1106+
DYLIB_CURRENT_VERSION = 5;
11071107
DYLIB_INSTALL_NAME_BASE = "@rpath";
11081108
FRAMEWORK_SEARCH_PATHS = (
11091109
"$(inherited)",
@@ -1171,11 +1171,11 @@
11711171
APPLICATION_EXTENSION_API_ONLY = YES;
11721172
CLANG_ANALYZER_NONNULL = YES;
11731173
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1174-
CURRENT_PROJECT_VERSION = 4;
1174+
CURRENT_PROJECT_VERSION = 5;
11751175
DEBUG_INFORMATION_FORMAT = dwarf;
11761176
DEFINES_MODULE = YES;
11771177
DYLIB_COMPATIBILITY_VERSION = 1;
1178-
DYLIB_CURRENT_VERSION = 4;
1178+
DYLIB_CURRENT_VERSION = 5;
11791179
DYLIB_INSTALL_NAME_BASE = "@rpath";
11801180
GCC_NO_COMMON_BLOCKS = YES;
11811181
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1199,11 +1199,11 @@
11991199
CLANG_ANALYZER_NONNULL = YES;
12001200
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
12011201
COPY_PHASE_STRIP = NO;
1202-
CURRENT_PROJECT_VERSION = 4;
1202+
CURRENT_PROJECT_VERSION = 5;
12031203
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12041204
DEFINES_MODULE = YES;
12051205
DYLIB_COMPATIBILITY_VERSION = 1;
1206-
DYLIB_CURRENT_VERSION = 4;
1206+
DYLIB_CURRENT_VERSION = 5;
12071207
DYLIB_INSTALL_NAME_BASE = "@rpath";
12081208
GCC_NO_COMMON_BLOCKS = YES;
12091209
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1352,10 +1352,10 @@
13521352
buildSettings = {
13531353
CLANG_ENABLE_MODULES = YES;
13541354
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1355-
CURRENT_PROJECT_VERSION = 4;
1355+
CURRENT_PROJECT_VERSION = 5;
13561356
DEFINES_MODULE = YES;
13571357
DYLIB_COMPATIBILITY_VERSION = 1;
1358-
DYLIB_CURRENT_VERSION = 4;
1358+
DYLIB_CURRENT_VERSION = 5;
13591359
DYLIB_INSTALL_NAME_BASE = "@rpath";
13601360
GCC_PREPROCESSOR_DEFINITIONS = (
13611361
"DEBUG=1",
@@ -1378,10 +1378,10 @@
13781378
buildSettings = {
13791379
CLANG_ENABLE_MODULES = YES;
13801380
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1381-
CURRENT_PROJECT_VERSION = 4;
1381+
CURRENT_PROJECT_VERSION = 5;
13821382
DEFINES_MODULE = YES;
13831383
DYLIB_COMPATIBILITY_VERSION = 1;
1384-
DYLIB_CURRENT_VERSION = 4;
1384+
DYLIB_CURRENT_VERSION = 5;
13851385
DYLIB_INSTALL_NAME_BASE = "@rpath";
13861386
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
13871387
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

MapboxGeocoder/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.5.2</string>
20+
<string>0.6.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

MapboxGeocoderTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.5.2</string>
18+
<string>0.6.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ MapboxGeocoder.swift pairs well with [MapboxDirections.swift](https://github.com
1414
Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile:
1515

1616
```cartfile
17-
github "Mapbox/MapboxGeocoder.swift" "master"
17+
github "Mapbox/MapboxGeocoder.swift" ~> 0.6
1818
```
1919

2020
Or in your [CocoaPods](http://cocoapods.org/) Podfile:
2121

2222
```podspec
23-
pod 'MapboxGeocoder.swift', :git => 'https://github.com/mapbox/MapboxGeocoder.swift.git', :branch => 'master'
23+
pod 'MapboxGeocoder.swift', :git => 'https://github.com/mapbox/MapboxGeocoder.swift.git', '~> 0.6'
2424
```
2525

2626
Then `import MapboxDirections` or `@import MapboxDirections;`.

0 commit comments

Comments
 (0)