diff --git a/PXGoogleDirections.podspec b/PXGoogleDirections.podspec index 106dd85..ee6c3ab 100644 --- a/PXGoogleDirections.podspec +++ b/PXGoogleDirections.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = 'PXGoogleDirections' - s.version = '1.5' + s.version = '1.5.1' s.homepage = "https://github.com/poulpix/PXGoogleDirections" s.summary = 'Google Directions API SDK for iOS, entirely written in Swift' - s.screenshots = [ 'https://raw.githubusercontent.com/poulpix/PXGoogleDirections/master/Sample/SampleScreen1.png', 'https://raw.githubusercontent.com/poulpix/PXGoogleDirections/master/Sample/SampleScreen2.png' ] + s.screenshots = [ 'https://raw.githubusercontent.com/poulpix/PXGoogleDirections/master/SampleScreen1.png', 'https://raw.githubusercontent.com/poulpix/PXGoogleDirections/master/SampleScreen2.png' ] s.author = { 'Romain L' => 'dev.romain@me.com' } s.license = { :type => 'BSD', :file => 'LICENSE' } @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.source_files = 'PXGoogleDirections/*.{h,swift}' s.module_name = 'PXGoogleDirections' - s.source = { :git => "https://github.com/poulpix/PXGoogleDirections.git", :tag => "1.5" } + s.source = { :git => "https://github.com/poulpix/PXGoogleDirections.git", :tag => "1.5.1" } s.requires_arc = true s.libraries = "c++", "icucore", "z" s.frameworks = "Accelerate", "AVFoundation", "CoreBluetooth", "CoreData", "CoreLocation", "CoreText", "Foundation", "GLKit", "ImageIO", "OpenGLES", "QuartzCore", "Security", "SystemConfiguration", "CoreGraphics", "GoogleMapsCore", "GoogleMapsBase", "GoogleMaps" diff --git a/README.md b/README.md index 1d0062c..e41b84c 100755 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Google Directions API SDK for iOS, entirely written in Swift. - JSON is used behind the scenes to help reduce the size of the responses - Available through CocoaPods and Carthage -## 🆕 New in V1.5 +## 🆕 New in V1.5.1 - Updated to Google Maps iOS SDK 2.5 - The PXGoogleDirections Pod is now released as a static library (requires Cocoapods 1.4.0) - Other bug fixes diff --git a/Sample-Carthage/PXGoogleDirectionsSample/Info.plist b/Sample-Carthage/PXGoogleDirectionsSample/Info.plist index 89527c5..06cc207 100755 --- a/Sample-Carthage/PXGoogleDirectionsSample/Info.plist +++ b/Sample-Carthage/PXGoogleDirectionsSample/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.5 + 1.5.1 CFBundleSignature ???? CFBundleURLTypes