文件名称:ios-SwiftMan是Swift3的extension和帮助类的集合.zip
文件大小:95KB
文件格式:ZIP
更新时间:2022-07-31 12:19:15
其他
源码地址:https://github.com/easyui/SwiftMan 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 '' do pod 'SwiftMan' end Then, run the following command: $ pod install
【文件预览】:
SwiftMan
----.DS_Store(6KB)
----Utils()
--------AppInfos.swift(9KB)
----Info.plist(808B)
----SwiftMan.h(484B)
----Extension()
--------.DS_Store(8KB)
--------Swift()
--------Foundation()
--------UIKit()
--------CoreGraphics()
--------AVFoundation()