Skip to content

Commit

Permalink
Upgrade to 1.5.1 (Podspec screenshots URL fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
poulpix committed Jan 21, 2018
1 parent 10d4dee commit bef4186
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions PXGoogleDirections.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sample-Carthage/PXGoogleDirectionsSample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5</string>
<string>1.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit bef4186

Please sign in to comment.