Skip to content

Commit

Permalink
release version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Oct 28, 2016
1 parent 9aee5d4 commit 4d194b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to GooglePlacesRow will be documented in this file.

### Master branch
### [2.0.0](https://github.com/EurekaCommunity/GooglePlacesRow/releases/tag/2.0.0)

* Swift 3 support

Expand Down
14 changes: 7 additions & 7 deletions GooglePlacesRow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GooglePlacesRow"
s.version = "1.0.1"
s.version = "2.0.0"
s.summary = "A row extension for Eureka that allows the user to pick a place based on Google Places autocomplete feature"
s.homepage = "https://github.com/EurekaCommunity/GooglePlacesRow"
s.license = { type: 'MIT', file: 'LICENSE' }
Expand All @@ -15,12 +15,12 @@ Pod::Spec.new do |s|
s.libraries = "c++", "icucore", "z" # required for GoogleMaps.framework
s.frameworks = "Accelerate", "AVFoundation", "CoreData", "CoreGraphics", "CoreBluetooth", "CoreLocation", "CoreText", "Foundation", "GLKit", "ImageIO", "OpenGLES", "QuartzCore", "SystemConfiguration", "GoogleMapsBase", "GooglePlaces" # required for GooglePlaces.framework
s.vendored_frameworks = "Frameworks/GoogleMapsBase.framework", "Frameworks/GooglePlaces.framework"
s.prepare_command = <<-CMD
curl -o GoogleMaps 'https://www.gstatic.com/cpdc/5a212b0fa429156f-GoogleMaps-2.0.1.tar.gz'
tar -zxvf GoogleMaps
curl -o GooglePlaces 'https://www.gstatic.com/cpdc/2b9e8b99fc05d124-GooglePlaces-2.0.1.tar.gz'
tar -zxvf GooglePlaces
CMD
#s.prepare_command = <<-CMD
# curl -o GoogleMaps 'https://www.gstatic.com/cpdc/5a212b0fa429156f-GoogleMaps-2.0.1.tar.gz'
# tar -zxvf GoogleMaps
# curl -o GooglePlaces 'https://www.gstatic.com/cpdc/2b9e8b99fc05d124-GooglePlaces-2.0.1.tar.gz'
# tar -zxvf GooglePlaces
# CMD
#s.dependency 'GoogleMaps', '~> 2.0.1'
#s.dependency 'GooglePlaces', '~> 2.0.1'
end
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ By [Xmartlabs SRL](http://EurekaCommunity.com).

**Current Google Places version used is 2.0.1**

**Swift 3 is currently supported in master branch**
**Swift 3 is supported from version 2.0**

## Contents

Expand Down Expand Up @@ -80,7 +80,7 @@ To see what you can customize have a look at the [Customization](#customization)
## Requirements

* iOS 8.0+
* Xcode 7.3+
* Xcode 8+

## Getting involved

Expand All @@ -103,7 +103,7 @@ Follow these steps to run Example project:
* **Set your Google places API KEY in `AppDelegate.swift`**
* and run the *Example* project.

### For Swift 3 (master branch)
### For Swift 3

Follow these steps to run Example project:
* Clone GooglePlacesRow repository
Expand Down

0 comments on commit 4d194b8

Please sign in to comment.