Skip to content

Commit

Permalink
Updated Podspec to V1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poulpix committed Mar 28, 2015
1 parent 315bea8 commit c541d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PXGoogleDirections.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PXGoogleDirections'
s.version = '1.0.0'
s.version = '1.1.0'

s.homepage = "https://github.com/poulpix/PXGoogleDirections"
s.summary = 'Google Directions API SDK for iOS, entirely written in Swift'
Expand All @@ -15,7 +15,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.0.0" }
s.source = { :git => "https://github.com/poulpix/PXGoogleDirections.git", :tag => "1.1.0" }
s.requires_arc = true
s.libraries = "c++", "icucore", "z"
s.frameworks = "AVFoundation", "CoreData", "CoreLocation", "CoreText", "Foundation", "GLKit", "ImageIO", "OpenGLES", "QuartzCore", "SystemConfiguration", "GoogleMaps"
Expand Down

0 comments on commit c541d4c

Please sign in to comment.