Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Updated podspec and Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan committed Jun 20, 2015
1 parent 8bd1235 commit 1bf69dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform :ios, '7.0'

target 'HNKGooglePlacesAutocomplete-Example' do

pod 'HNKGooglePlacesAutocomplete', :git => 'https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git', :branch => 'feature/code-docs'
pod 'HNKGooglePlacesAutocomplete', :git => 'https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git', :branch => 'release/1.0.1'

end

Expand Down
2 changes: 1 addition & 1 deletion HNKGooglePlacesAutocomplete.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "HNKGooglePlacesAutocomplete"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "An Objective-C wrapper for the Google Places Autocomplete API"
s.description = "An Objective-C wrapper for the GooglePlaces Autocomplete API. HNKGooglePlacesAutocomplete encapsulates the same core functionality as SPGooglePlacesAutocomplete - autocomplete suggestions and Google Place-to-CLPlacemark translation - with a more modern approach."
s.homepage = "https://github.com/hkellaway/HNKGooglePlacesAutocomplete"
Expand Down

0 comments on commit 1bf69dd

Please sign in to comment.