CardSlidingView
使用CocoaPods安装
CocoaPods是一个Objective-C的依赖管理器,它自动化并简化了在项目中使用CardSlidingView等第三方库的过程。您可以使用以下命令安装它:
$ gem install cocoapods
需要CocoaPods 1.6.0+以上版本来构建CardSlidingView 0.0.2。
Podfile
要使用CocoaPods将CardSlidingView集成到Xcode项目中,请在您的Podfile
中指定它
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
target 'TargetName' do
use_frameworks!
pod 'CardSlidingView'
end
然后,运行以下命令
$ pod install