/CardSlidingView

A card slider view like Google News

Primary LanguageSwiftMIT LicenseMIT

Build Status License: MIT codecov Coverage Status

CardSlidingView

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like CardSlidingView in your projects. You can install it with the following command:

$ gem install cocoapods

CocoaPods 1.6.0+ is required to build CardSlidingView 0.0.2.

Podfile

To integrate CardSlidingView into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'

target 'TargetName' do
use_frameworks!
pod 'CardSlidingView'
end

Then, run the following command:

$ pod install

License

CardSlidingView is released under the MIT license.