SDevCircleButton 0.0.1× TestsTested ✗ LangLanguage SwiftSwift License Apache 2 ReleasedLast Release Feb 2015 SPMSupports SPM ✗Maintained by Sedat CIFTCI.Installation Guide×Installation Guide for SDevCircleButtonYou want to add pod 'SDevCircleButton', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'SDevCircleButton', '~> 0.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try SDevCircleButtonSee PodspecGitHub RepoPage on CocoaPods.orgSDevCircleButton 0.0.1BySedat CIFTCIsdt_ciftcisedatciftci/SDevCircleButtonGitHub Repo Download $ git clone https://github.com/sedatciftci/SDevCircleButton.git $ cd SDevCircleButton/ Demo Usage var button1 : SDevCircleButton = SDevCircleButton(frame: CGRectMake(0, 0, 100, 100)) button1.center = CGPointMake(160, 200) // Toggle animation button1.animateTap = false