The Wayback Machine - https://web.archive.org/web/20200910142050/https://github.com/easyui/SwiftMan
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

SwiftMan

Swift 5.0 Carthage Compatible Platform License

Requirements:

  • iOS 8.0+
  • Xcode 11.0+
  • Swift 5.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

Thank you

some functions from other gitHub and internet, thanks all.

You can’t perform that action at this time.