Skip to content

Commit 4d194b8

Browse files
committed
release version 2.0
1 parent 9aee5d4 commit 4d194b8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to GooglePlacesRow will be documented in this file.
33

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

66
* Swift 3 support
77

GooglePlacesRow.podspec

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "GooglePlacesRow"
3-
s.version = "1.0.1"
3+
s.version = "2.0.0"
44
s.summary = "A row extension for Eureka that allows the user to pick a place based on Google Places autocomplete feature"
55
s.homepage = "https://github.com/EurekaCommunity/GooglePlacesRow"
66
s.license = { type: 'MIT', file: 'LICENSE' }
@@ -15,12 +15,12 @@ Pod::Spec.new do |s|
1515
s.libraries = "c++", "icucore", "z" # required for GoogleMaps.framework
1616
s.frameworks = "Accelerate", "AVFoundation", "CoreData", "CoreGraphics", "CoreBluetooth", "CoreLocation", "CoreText", "Foundation", "GLKit", "ImageIO", "OpenGLES", "QuartzCore", "SystemConfiguration", "GoogleMapsBase", "GooglePlaces" # required for GooglePlaces.framework
1717
s.vendored_frameworks = "Frameworks/GoogleMapsBase.framework", "Frameworks/GooglePlaces.framework"
18-
s.prepare_command = <<-CMD
19-
curl -o GoogleMaps 'https://www.gstatic.com/cpdc/5a212b0fa429156f-GoogleMaps-2.0.1.tar.gz'
20-
tar -zxvf GoogleMaps
21-
curl -o GooglePlaces 'https://www.gstatic.com/cpdc/2b9e8b99fc05d124-GooglePlaces-2.0.1.tar.gz'
22-
tar -zxvf GooglePlaces
23-
CMD
18+
#s.prepare_command = <<-CMD
19+
# curl -o GoogleMaps 'https://www.gstatic.com/cpdc/5a212b0fa429156f-GoogleMaps-2.0.1.tar.gz'
20+
# tar -zxvf GoogleMaps
21+
# curl -o GooglePlaces 'https://www.gstatic.com/cpdc/2b9e8b99fc05d124-GooglePlaces-2.0.1.tar.gz'
22+
# tar -zxvf GooglePlaces
23+
# CMD
2424
#s.dependency 'GoogleMaps', '~> 2.0.1'
2525
#s.dependency 'GooglePlaces', '~> 2.0.1'
2626
end

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ By [Xmartlabs SRL](http://EurekaCommunity.com).
1313

1414
**Current Google Places version used is 2.0.1**
1515

16-
**Swift 3 is currently supported in master branch**
16+
**Swift 3 is supported from version 2.0**
1717

1818
## Contents
1919

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

8282
* iOS 8.0+
83-
* Xcode 7.3+
83+
* Xcode 8+
8484

8585
## Getting involved
8686

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

106-
### For Swift 3 (master branch)
106+
### For Swift 3
107107

108108
Follow these steps to run Example project:
109109
* Clone GooglePlacesRow repository

0 commit comments

Comments
 (0)