Skip to content

2.Installation

Nazmi Yavuz edited this page Dec 5, 2024 · 1 revision

CocoaPods

Simply add the following line to your Podfile:

pod 'EdgeKit'

For the stable version

pod 'EdgeKit', :git => 'https://github.com/nazmiyavuz/EdgeKit.git', :branch => 'main'

or

platform :ios, '12.0'
use_frameworks!

target '<Your Target Name>' do

    pod 'EdgeKit', :git => 'https://github.com/nazmiyavuz/EdgeKit.git', :branch => 'main'

end

For the exact version

pod 'EdgeKit', '~> 1.0.5'

Swift Package Manager

EdgeKit is available through Swift Package Manager. To install it, in Xcode select File > Add Package Dependencies... and add EdgeKit repository URL:

https://github.com/nazmiyavuz/EdgeKit.git

Note: Please update the latest version or main branch of the EdgeKit repository in order to get the latest features.

Clone this wiki locally