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

Commit

Permalink
Updated Example project to use pod v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan committed May 31, 2015
1 parent b48e602 commit 3f1964a
Show file tree
Hide file tree
Showing 6 changed files with 1,547 additions and 1,624 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Expand Up @@ -3,7 +3,7 @@ platform :ios, '7.0'

target 'HNKGooglePlacesAutocomplete-Example' do

pod 'HNKGooglePlacesAutocomplete', :git => 'https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git', :branch => 'release/1.0.0'
pod "HNKGooglePlacesAutocomplete", "~> 1.0"

end

Expand Down
15 changes: 2 additions & 13 deletions Example/Podfile.lock
Expand Up @@ -39,23 +39,12 @@ PODS:
- Mantle/extobjc (1.5.4)

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

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

CHECKOUT OPTIONS:
HNKGooglePlacesAutocomplete:
:commit: 4beeb38d68ee334c3e3c70fb05ea7d957680c405
:git: https://github.com/hkellaway/HNKGooglePlacesAutocomplete.git

SPEC CHECKSUMS:
AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e
HNKGooglePlacesAutocomplete: 9582388e2802a7d06ce836f40ebf6157a56fe939
HNKGooglePlacesAutocomplete: 68a110a52782ab1cf32ffba0ac25acb6fa3ae8d8
HNKServerFacade: 54102383a22b3aa61171574ad0b50ff24fd504cd
Kiwi: f038a6c61f7a9e4d7766bff5717aa3b3fdb75f55
Mantle: 60acd0cd363e27d945bda0a6b8e90577112d28f3
Expand Down
2 changes: 1 addition & 1 deletion Example/Pods/HNKGooglePlacesAutocomplete/README.md

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

This file was deleted.

15 changes: 2 additions & 13 deletions Example/Pods/Manifest.lock

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

0 comments on commit 3f1964a

Please sign in to comment.