目录
目录README.md

UIExtensions

Carthage integration:

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

To integrate UIExtensions into your Xcode project using Carthage, specify it in your Cartfile:

github "Couriere/UIExtensions"

Run carthage update to build the framework and drag the built UIExtensions.framework into your Xcode project.

Cocoapods integration:

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

source 'https://github.com/Couriere/cocoapods.git'

platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'UIExtensions'
end

Then, run the following command:

$ pod install
关于
494.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号