diff --git a/CHANGELOG.md b/CHANGELOG.md index 7191d23..0832cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/GooglePlacesRow.podspec b/GooglePlacesRow.podspec index e008034..4d35694 100644 --- a/GooglePlacesRow.podspec +++ b/GooglePlacesRow.podspec @@ -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' } @@ -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 diff --git a/README.md b/README.md index 95f37f9..fdda7d1 100755 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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