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

Commit

Permalink
Merge pull request #74 from hkellaway/release/1.1.0
Browse files Browse the repository at this point in the history
Release/1.1.0
  • Loading branch information
Harlan Kellaway committed Jul 23, 2015
2 parents 6bf1f76 + 416305a commit 795e41a
Show file tree
Hide file tree
Showing 60 changed files with 3,478 additions and 3,384 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -24,3 +24,4 @@ DerivedData
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
#Pods/
Example/.DS_Store
Expand Up @@ -456,7 +456,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -494,7 +494,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile
@@ -1,9 +1,9 @@
# Uncomment this line to define a global platform for your project
platform :ios, '7.0'
platform :ios, '8.0'

target 'HNKGooglePlacesAutocomplete-Example' do

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

end

Expand Down
34 changes: 17 additions & 17 deletions Example/Podfile.lock
Expand Up @@ -20,44 +20,44 @@ PODS:
- AFNetworking/UIKit (2.5.4):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- HNKGooglePlacesAutocomplete (1.0.1):
- HNKGooglePlacesAutocomplete/Models (= 1.0.1)
- HNKGooglePlacesAutocomplete (1.1.0):
- HNKGooglePlacesAutocomplete/Models (= 1.1.0)
- HNKServerFacade (~> 0.3)
- Mantle (~> 1.5)
- HNKGooglePlacesAutocomplete/Models (1.0.1):
- HNKGooglePlacesAutocomplete/Models/Networking (= 1.0.1)
- Mantle (~> 2.0)
- HNKGooglePlacesAutocomplete/Models (1.1.0):
- HNKGooglePlacesAutocomplete/Models/Networking (= 1.1.0)
- HNKServerFacade (~> 0.3)
- Mantle (~> 1.5)
- HNKGooglePlacesAutocomplete/Models/Networking (1.0.1):
- Mantle (~> 2.0)
- HNKGooglePlacesAutocomplete/Models/Networking (1.1.0):
- HNKServerFacade (~> 0.3)
- Mantle (~> 1.5)
- Mantle (~> 2.0)
- HNKServerFacade (0.3.0):
- AFNetworking (~> 2.5)
- Kiwi (2.3.1)
- Mantle (1.5.4):
- Mantle/extobjc (= 1.5.4)
- Mantle/extobjc (1.5.4)
- Mantle (2.0.2):
- Mantle/extobjc (= 2.0.2)
- Mantle/extobjc (2.0.2)

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

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

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

SPEC CHECKSUMS:
AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e
HNKGooglePlacesAutocomplete: a6a60139a4831fc147a739ead3bb158b11e2439d
HNKGooglePlacesAutocomplete: 0022f666d245c18fb8cd860e79712526d6f88267
HNKServerFacade: 0fa3839353480b8862563a34903ad1406a38b4c9
Kiwi: f038a6c61f7a9e4d7766bff5717aa3b3fdb75f55
Mantle: 60acd0cd363e27d945bda0a6b8e90577112d28f3
Mantle: 967fd31ea0220890b2e76589198996b534bb3fb1

COCOAPODS: 0.37.1
COCOAPODS: 0.37.2

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.

32 changes: 18 additions & 14 deletions 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.

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.

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

1 change: 0 additions & 1 deletion Example/Pods/Headers/Public/Mantle/EXTKeyPathCoding.h

This file was deleted.

1 change: 0 additions & 1 deletion Example/Pods/Headers/Public/Mantle/EXTRuntimeExtensions.h

This file was deleted.

1 change: 0 additions & 1 deletion Example/Pods/Headers/Public/Mantle/EXTScope.h

This file was deleted.

This file was deleted.

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.

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

1 change: 0 additions & 1 deletion Example/Pods/Headers/Public/Mantle/metamacros.h

This file was deleted.

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

34 changes: 17 additions & 17 deletions Example/Pods/Manifest.lock

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

2 changes: 1 addition & 1 deletion Example/Pods/Mantle/LICENSE.md

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

0 comments on commit 795e41a

Please sign in to comment.