Skip to content

Commit

Permalink
Updated podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
faarwa committed Jan 16, 2016
1 parent 7e50439 commit e9cb563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UberRides.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.authors = { "Christine Kim" => "[email protected]", "Farwa Naqi" => "[email protected]" }

s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/uber/rides-ios-sdk.git", :tag => s.version }
s.source = { :git => "https://github.com/uber/rides-ios-sdk.git", :tag => 'v' + s.version.to_s }
s.source_files = "source/UberRides/*.swift"
s.resource = "source/UberRides/UberRidesResources.bundle/*"
s.requires_arc = true
Expand Down

0 comments on commit e9cb563

Please sign in to comment.