欢迎光临
我们一直在努力

SwiftMan是Swift3的extension集合和帮助类

建站超值云服务器,限时71元/月

SwiftMan是Swift3的extension集合和帮助类

项目介绍:

SwiftMan

Requirements:

  • iOS 8.0+

  • Xcode 8.1+

  • Swift 3.0+

Features

Swift extensions and utils classes

Preview

SwiftMan

Installation

ExportFramework

run buildFramework script

Carthage

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

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

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

github "easyui/SwiftMan" 

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

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

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

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

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

Then, run the following command:

$ pod install

https://github.com/easyui/SwiftMan

code4app

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » SwiftMan是Swift3的extension集合和帮助类
分享到: 更多 (0)