Skip to content

Commit 5f2342a

Browse files
author
Bobby Sudekum
authored
Release v0.6.0 (#54)
1 parent e9246ea commit 5f2342a

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
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.5.0"
6+
s.version = "0.6.0"
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
@@ -791,7 +791,7 @@
791791
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
792792
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
793793
COPY_PHASE_STRIP = NO;
794-
CURRENT_PROJECT_VERSION = 10;
794+
CURRENT_PROJECT_VERSION = 11;
795795
DEBUG_INFORMATION_FORMAT = dwarf;
796796
ENABLE_STRICT_OBJC_MSGSEND = YES;
797797
ENABLE_TESTABILITY = YES;
@@ -855,7 +855,7 @@
855855
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
856856
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
857857
COPY_PHASE_STRIP = NO;
858-
CURRENT_PROJECT_VERSION = 10;
858+
CURRENT_PROJECT_VERSION = 11;
859859
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
860860
ENABLE_NS_ASSERTIONS = NO;
861861
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -890,7 +890,7 @@
890890
DEFINES_MODULE = YES;
891891
DEVELOPMENT_TEAM = GJZR2MEM28;
892892
DYLIB_COMPATIBILITY_VERSION = 1;
893-
DYLIB_CURRENT_VERSION = 10;
893+
DYLIB_CURRENT_VERSION = 11;
894894
DYLIB_INSTALL_NAME_BASE = "@rpath";
895895
FRAMEWORK_SEARCH_PATHS = (
896896
"$(inherited)",
@@ -916,7 +916,7 @@
916916
DEFINES_MODULE = YES;
917917
DEVELOPMENT_TEAM = GJZR2MEM28;
918918
DYLIB_COMPATIBILITY_VERSION = 1;
919-
DYLIB_CURRENT_VERSION = 10;
919+
DYLIB_CURRENT_VERSION = 11;
920920
DYLIB_INSTALL_NAME_BASE = "@rpath";
921921
FRAMEWORK_SEARCH_PATHS = (
922922
"$(inherited)",
@@ -942,7 +942,7 @@
942942
DEFINES_MODULE = YES;
943943
DEVELOPMENT_TEAM = GJZR2MEM28;
944944
DYLIB_COMPATIBILITY_VERSION = 1;
945-
DYLIB_CURRENT_VERSION = 10;
945+
DYLIB_CURRENT_VERSION = 11;
946946
DYLIB_INSTALL_NAME_BASE = "@rpath";
947947
FRAMEWORK_SEARCH_PATHS = (
948948
"$(inherited)",
@@ -971,7 +971,7 @@
971971
DEFINES_MODULE = YES;
972972
DEVELOPMENT_TEAM = GJZR2MEM28;
973973
DYLIB_COMPATIBILITY_VERSION = 1;
974-
DYLIB_CURRENT_VERSION = 10;
974+
DYLIB_CURRENT_VERSION = 11;
975975
DYLIB_INSTALL_NAME_BASE = "@rpath";
976976
FRAMEWORK_SEARCH_PATHS = (
977977
"$(inherited)",
@@ -1040,7 +1040,7 @@
10401040
DEFINES_MODULE = YES;
10411041
DEVELOPMENT_TEAM = GJZR2MEM28;
10421042
DYLIB_COMPATIBILITY_VERSION = 1;
1043-
DYLIB_CURRENT_VERSION = 10;
1043+
DYLIB_CURRENT_VERSION = 11;
10441044
DYLIB_INSTALL_NAME_BASE = "@rpath";
10451045
FRAMEWORK_SEARCH_PATHS = (
10461046
"$(inherited)",
@@ -1068,7 +1068,7 @@
10681068
DEFINES_MODULE = YES;
10691069
DEVELOPMENT_TEAM = GJZR2MEM28;
10701070
DYLIB_COMPATIBILITY_VERSION = 1;
1071-
DYLIB_CURRENT_VERSION = 10;
1071+
DYLIB_CURRENT_VERSION = 11;
10721072
DYLIB_INSTALL_NAME_BASE = "@rpath";
10731073
FRAMEWORK_SEARCH_PATHS = (
10741074
"$(inherited)",
@@ -1134,7 +1134,7 @@
11341134
DEFINES_MODULE = YES;
11351135
DEVELOPMENT_TEAM = GJZR2MEM28;
11361136
DYLIB_COMPATIBILITY_VERSION = 1;
1137-
DYLIB_CURRENT_VERSION = 10;
1137+
DYLIB_CURRENT_VERSION = 11;
11381138
DYLIB_INSTALL_NAME_BASE = "@rpath";
11391139
FRAMEWORK_SEARCH_PATHS = (
11401140
"$(inherited)",
@@ -1164,7 +1164,7 @@
11641164
DEFINES_MODULE = YES;
11651165
DEVELOPMENT_TEAM = GJZR2MEM28;
11661166
DYLIB_COMPATIBILITY_VERSION = 1;
1167-
DYLIB_CURRENT_VERSION = 10;
1167+
DYLIB_CURRENT_VERSION = 11;
11681168
DYLIB_INSTALL_NAME_BASE = "@rpath";
11691169
FRAMEWORK_SEARCH_PATHS = (
11701170
"$(inherited)",

OSRMTextInstructions/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.5.0</string>
18+
<string>0.6.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>10</string>
20+
<string>11</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

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.5.0</string>
18+
<string>0.6.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>10</string>
20+
<string>11</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.5.0
18+
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.6.0
1919
```
2020

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

2323
```podspec
24-
pod 'OSRMTextInstructions', '~> 0.5.0'
24+
pod 'OSRMTextInstructions', '~> 0.6.0'
2525
```
2626

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

0 commit comments

Comments
 (0)