Skip to content

Commit

Permalink
Fix Cocoapods Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Aug 5, 2016
1 parent e888be8 commit babb700
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.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' }
Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,26 @@
<img src="https://img.shields.io/badge/platform-iOS-blue.svg?style=flat" alt="Platform iOS" />
<a href="https://developer.apple.com/swift"><img src="https://img.shields.io/badge/swift2-compatible-4BC51D.svg?style=flat" alt="Swift 2 compatible" /></a>
<!--<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" alt="Carthage compatible" /></a>-->
<a href="https://cocoapods.org/pods/XLActionController"><img src="https://img.shields.io/badge/pod-1.0.0-blue.svg" alt="CocoaPods compatible" /></a>
<a href="https://cocoapods.org/pods/XLActionController"><img src="https://img.shields.io/badge/pod-1.0.1-blue.svg" alt="CocoaPods compatible" /></a>
<a href="https://raw.githubusercontent.com/EurekaCommunity/GooglePlacesRow/master/LICENSE"><img src="http://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="License: MIT" /></a>
</p>

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.
Expand Down

0 comments on commit babb700

Please sign in to comment.