From e09ccef828cf2e7135dc69929a8566ef7323990e Mon Sep 17 00:00:00 2001 From: Rosberry Date: Wed, 6 Feb 2019 10:12:38 +0600 Subject: [PATCH] Update README.md --- README.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/README.md b/README.md index 73eeed2..0cb4a0d 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,6 @@ Framezilla

-[![Build Status](https://travis-ci.org/Otbivnoe/Framezilla.svg?branch=master)](https://travis-ci.org/Otbivnoe/Framezilla) -[![Version](https://img.shields.io/cocoapods/v/Framezilla.svg?style=flat)](http://cocoadocs.org/docsets/Framezilla) -[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -[![Platform](https://img.shields.io/cocoapods/p/Framezilla.svg?style=flat)](http://cocoadocs.org/docsets/Framezilla) -![Swift 4.0](https://img.shields.io/badge/Swift-4.0-orange.svg) -[![License](https://img.shields.io/cocoapods/l/Framezilla.svg?style=flat)](http://cocoadocs.org/docsets/Framezilla) - **Everyone wants to see smooth scrolling, that tableview or collectionview scrolls without any lags and it's right choice. But the constraints do not give it for us. Therefore, we have to choose manual calculation frames, but sometimes, when cell has a complex structure, code has not elegant, beautiful structure.** **So, it's library for those, who want to see smooth scrolling with elegant code under the hood!** @@ -19,26 +12,6 @@ # Installation :fire: -### CocoaPods - -[CocoaPods](http://cocoapods.org) is a dependency manager for Swift and Objective-C Cocoa projects. It has over eighteen thousand libraries and can help you scale your projects elegantly. You can install it with the following command: - -```bash -$ sudo gem install cocoapods -``` - -To integrate Framezilla, simply add the following line to your `Podfile`: - -```ruby -pod "Framezilla" -``` - -Then, run the following command: - -```bash -$ pod install -``` - ### Carthage [Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. @@ -52,7 +25,7 @@ $ brew install carthage To integrate Framezilla into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "Otbivnoe/Framezilla" +github "rosberry/Framezilla" ``` Run `carthage update` to build the framework and drag the built `Framezilla.framework` into your Xcode project.