Skip to content

Commit 0aa1bb0

Browse files
committed
v0.3.2
1 parent 73e0cfa commit 0aa1bb0

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

OSRMTextInstructions.podspec

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

55
s.name = "OSRMTextInstructions"
6-
s.version = "0.3.1"
6+
s.version = "0.3.2"
77
s.summary = "Transforms OSRM route reponses into human-readable instructions."
88

99
s.description = <<-DESC

OSRMTextInstructions.xcodeproj/project.pbxproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
762762
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
763763
COPY_PHASE_STRIP = NO;
764-
CURRENT_PROJECT_VERSION = 4;
764+
CURRENT_PROJECT_VERSION = 5;
765765
DEBUG_INFORMATION_FORMAT = dwarf;
766766
ENABLE_STRICT_OBJC_MSGSEND = YES;
767767
ENABLE_TESTABILITY = YES;
@@ -818,7 +818,7 @@
818818
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
819819
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
820820
COPY_PHASE_STRIP = NO;
821-
CURRENT_PROJECT_VERSION = 4;
821+
CURRENT_PROJECT_VERSION = 5;
822822
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
823823
ENABLE_NS_ASSERTIONS = NO;
824824
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -852,7 +852,7 @@
852852
DEFINES_MODULE = YES;
853853
DEVELOPMENT_TEAM = GJZR2MEM28;
854854
DYLIB_COMPATIBILITY_VERSION = 1;
855-
DYLIB_CURRENT_VERSION = 4;
855+
DYLIB_CURRENT_VERSION = 5;
856856
DYLIB_INSTALL_NAME_BASE = "@rpath";
857857
FRAMEWORK_SEARCH_PATHS = (
858858
"$(inherited)",
@@ -877,7 +877,7 @@
877877
DEFINES_MODULE = YES;
878878
DEVELOPMENT_TEAM = GJZR2MEM28;
879879
DYLIB_COMPATIBILITY_VERSION = 1;
880-
DYLIB_CURRENT_VERSION = 4;
880+
DYLIB_CURRENT_VERSION = 5;
881881
DYLIB_INSTALL_NAME_BASE = "@rpath";
882882
FRAMEWORK_SEARCH_PATHS = (
883883
"$(inherited)",
@@ -901,7 +901,7 @@
901901
DEFINES_MODULE = YES;
902902
DEVELOPMENT_TEAM = GJZR2MEM28;
903903
DYLIB_COMPATIBILITY_VERSION = 1;
904-
DYLIB_CURRENT_VERSION = 4;
904+
DYLIB_CURRENT_VERSION = 5;
905905
DYLIB_INSTALL_NAME_BASE = "@rpath";
906906
FRAMEWORK_SEARCH_PATHS = (
907907
"$(inherited)",
@@ -927,7 +927,7 @@
927927
DEFINES_MODULE = YES;
928928
DEVELOPMENT_TEAM = GJZR2MEM28;
929929
DYLIB_COMPATIBILITY_VERSION = 1;
930-
DYLIB_CURRENT_VERSION = 4;
930+
DYLIB_CURRENT_VERSION = 5;
931931
DYLIB_INSTALL_NAME_BASE = "@rpath";
932932
FRAMEWORK_SEARCH_PATHS = (
933933
"$(inherited)",
@@ -992,7 +992,7 @@
992992
DEFINES_MODULE = YES;
993993
DEVELOPMENT_TEAM = GJZR2MEM28;
994994
DYLIB_COMPATIBILITY_VERSION = 1;
995-
DYLIB_CURRENT_VERSION = 4;
995+
DYLIB_CURRENT_VERSION = 5;
996996
DYLIB_INSTALL_NAME_BASE = "@rpath";
997997
FRAMEWORK_SEARCH_PATHS = (
998998
"$(inherited)",
@@ -1017,7 +1017,7 @@
10171017
DEFINES_MODULE = YES;
10181018
DEVELOPMENT_TEAM = GJZR2MEM28;
10191019
DYLIB_COMPATIBILITY_VERSION = 1;
1020-
DYLIB_CURRENT_VERSION = 4;
1020+
DYLIB_CURRENT_VERSION = 5;
10211021
DYLIB_INSTALL_NAME_BASE = "@rpath";
10221022
FRAMEWORK_SEARCH_PATHS = (
10231023
"$(inherited)",
@@ -1079,7 +1079,7 @@
10791079
DEFINES_MODULE = YES;
10801080
DEVELOPMENT_TEAM = GJZR2MEM28;
10811081
DYLIB_COMPATIBILITY_VERSION = 1;
1082-
DYLIB_CURRENT_VERSION = 4;
1082+
DYLIB_CURRENT_VERSION = 5;
10831083
DYLIB_INSTALL_NAME_BASE = "@rpath";
10841084
FRAMEWORK_SEARCH_PATHS = (
10851085
"$(inherited)",
@@ -1106,7 +1106,7 @@
11061106
DEFINES_MODULE = YES;
11071107
DEVELOPMENT_TEAM = GJZR2MEM28;
11081108
DYLIB_COMPATIBILITY_VERSION = 1;
1109-
DYLIB_CURRENT_VERSION = 4;
1109+
DYLIB_CURRENT_VERSION = 5;
11101110
DYLIB_INSTALL_NAME_BASE = "@rpath";
11111111
FRAMEWORK_SEARCH_PATHS = (
11121112
"$(inherited)",

OSRMTextInstructions/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.3.1</string>
18+
<string>0.3.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>5</string>
2121
<key>NSPrincipalClass</key>

OSRMTextInstructionsTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.3.0</string>
18+
<string>0.3.2</string>
1919
<key>CFBundleVersion</key>
20-
<string>4</string>
20+
<string>5</string>
2121
</dict>
2222
</plist>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ OSRM Text Instructions for Swift is based on the canonical [osrm-text-instructio
1515
Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile:
1616

1717
```cartfile
18-
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.1
18+
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.2
1919
```
2020

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

2323
```podspec
24-
pod 'OSRMTextInstructions', '~> 0.3.1'
24+
pod 'OSRMTextInstructions', '~> 0.3.2'
2525
```
2626

2727
Then `import OSRMTextInstructions` or `@import OSRMTextInstructions;`.

0 commit comments

Comments
 (0)