-
Notifications
You must be signed in to change notification settings - Fork 0
2.Installation
Nazmi Yavuz edited this page Dec 5, 2024
·
1 revision
Simply add the following line to your Podfile:
pod 'EdgeKit'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'
endpod 'EdgeKit', '~> 1.0.5'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.gitNote: Please update the latest version or main branch of the EdgeKit repository in order to get the latest features.
1.Home | 2.Instalation | 3.Usage | 4.License | 5.Communication
Copyright © 2024-2025 Nazmi Yavuz