From fea4350959f101c7d61d6cf1f7eaff11842b3edc Mon Sep 17 00:00:00 2001 From: Garrison Locke Date: Wed, 10 Jan 2018 13:32:38 -0500 Subject: [PATCH] Updated index.html Updated the index.html file for spelling, grammar, and also updated the current version number in the CocoaPods and Carthage installation examples. --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 92ffa55..9b4fc69 100644 --- a/index.html +++ b/index.html @@ -145,7 +145,7 @@

Save time coding

Reuse your code

- Write your code once and use it everywhere. Forget about duplicated style and validation code and enjoy Eureka's abstractions to power up you app! + Write your code once and use it everywhere. Forget about duplicated style and validation code and enjoy Eureka's abstractions to power up your app!

@@ -163,7 +163,7 @@

Community

Best in Class

- Comprehensive documentation, tens of custom rows and lighting fast support of new Swift/iOS versions made Eureka the preferred tool of 10 of the top 200 apps in the App Store. + Comprehensive documentation, tens of custom rows and lightning fast support of new Swift/iOS versions make Eureka the preferred tool of 10 of the top 200 apps in the App Store.

@@ -225,7 +225,7 @@

CocoaPods

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks! -
pod 'Eureka', '~> 3.0.0' +
pod 'Eureka', '~> 4.0.0'

@@ -233,7 +233,7 @@

CocoaPods

Carthage

Carthage is a simple, decentralized dependency manager for Cocoa. Just specify Eureka into your project’s Cartfile:

-

github "xmartlabs/Eureka" ~> 3.0.0

+

github "xmartlabs/Eureka" ~> 4.0.0