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

Commit

Permalink
Reinstaled pods to fix failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan committed Jul 23, 2015
1 parent 9bbbe26 commit 416305a
Show file tree
Hide file tree
Showing 38 changed files with 3,842 additions and 1,534 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, '8.0'

target 'HNKGooglePlacesAutocomplete-Example' do

pod 'HNKGooglePlacesAutocomplete', :git => 'https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git', :branch => 'release/1.1.0'
pod 'HNKGooglePlacesAutocomplete', :git => 'https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git', :tag => '1.1.0'

end

Expand Down
13 changes: 10 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ PODS:
- HNKGooglePlacesAutocomplete/Models (= 1.1.0)
- HNKServerFacade (~> 0.3)
- Mantle (~> 2.0)
- HNKGooglePlacesAutocomplete/Models (1.1.0):
- HNKGooglePlacesAutocomplete/Models/Networking (= 1.1.0)
- HNKServerFacade (~> 0.3)
- Mantle (~> 2.0)
- HNKGooglePlacesAutocomplete/Models/Networking (1.1.0):
- HNKServerFacade (~> 0.3)
- Mantle (~> 2.0)
- HNKServerFacade (0.3.0):
- AFNetworking (~> 2.5)
- Kiwi (2.3.1)
Expand All @@ -33,18 +40,18 @@ PODS:

DEPENDENCIES:
- HNKGooglePlacesAutocomplete (from `https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git`,
branch `release/1.1.0`)
tag `1.1.0`)
- Kiwi (~> 2.3)

EXTERNAL SOURCES:
HNKGooglePlacesAutocomplete:
:branch: release/1.1.0
:git: https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git
:tag: 1.1.0

CHECKOUT OPTIONS:
HNKGooglePlacesAutocomplete:
:commit: fdf45a86893d127b7d2f1b3d9f5c2f1751d8d13b
:git: https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git
:tag: 1.1.0

SPEC CHECKSUMS:
AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 416305a

Please sign in to comment.