diff --git a/GooglePlacesRow.podspec b/GooglePlacesRow.podspec index d291583..bfe6601 100644 --- a/GooglePlacesRow.podspec +++ b/GooglePlacesRow.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "GooglePlacesRow" - s.version = "1.0.0" + s.version = "1.0.1" 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' } diff --git a/README.md b/README.md index eb16da6..3acb6d9 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Platform iOS Swift 2 compatible -CocoaPods compatible +CocoaPods compatible License: MIT

@@ -12,6 +12,18 @@ By [Xmartlabs SRL](http://EurekaCommunity.com). **Current Google Places version used is 2.0.1** +## Contents + +* [Inroduction] +* [Usage] +* [Dependencies] +* [Requirements] +* [Getting involved] +* [Examples] +* [Installation] +* [Customization] +* [FAQ] + ## Inroduction GooglePlacesRow is a row extension for Eureka. It implements a row where the user can use Google Places autocomplete functionality to select a place suggested by the API.