All Projects β†’ easyui β†’ SwiftMan

easyui / SwiftMan

Licence: MIT license
Swift extensions and utils classes

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to SwiftMan

Ezswiftextensions
😏 How Swift standard types and classes were supposed to work.
Stars: ✭ 2,911 (+9290.32%)
Mutual labels:  extension, carthage
Faceaware
An extension that gives UIImageView the ability to focus on faces within an image.
Stars: ✭ 3,004 (+9590.32%)
Mutual labels:  extension, carthage
Swiftlyext
SwiftlyExt is a collection of useful extensions for Swift 3 standard classes and types πŸš€
Stars: ✭ 31 (+0%)
Mutual labels:  extension, carthage
sanic-plugin-toolkit
Easily create Plugins for Sanic!
Stars: ✭ 49 (+58.06%)
Mutual labels:  extension
spring-cloud-stream-outbox-extension
Spring Cloud Stream Transactional Messaging Extension
Stars: ✭ 18 (-41.94%)
Mutual labels:  extension
sqlite-gui
Lightweight SQLite editor for Windows
Stars: ✭ 151 (+387.1%)
Mutual labels:  extension
StickyHeader
πŸ“ Library helping to add a sticky header to an UIScrollView
Stars: ✭ 18 (-41.94%)
Mutual labels:  carthage
spreadsheet
Yii2 extension for export to Excel
Stars: ✭ 79 (+154.84%)
Mutual labels:  extension
thesaurus
TT Hackathon 2018 - Autocomplete for Visual Programming Nodes
Stars: ✭ 23 (-25.81%)
Mutual labels:  extension
DarkCloud
SoundCloud Dark Theme
Stars: ✭ 52 (+67.74%)
Mutual labels:  extension
qzone helper
QQη©Ίι—΄εŠ©ζ‰‹,ζ‰Ήι‡εˆ ι™€,ε―Όε‡Ίθ―΄θ―΄/留言/ζ—₯εΏ—/η›Έε†Œ ζ΅θ§ˆε™¨ζ’δ»Άε’Œθ„šζœ¬
Stars: ✭ 36 (+16.13%)
Mutual labels:  extension
trakttvstats
A chrome extension adding various improvements to trakt.tv
Stars: ✭ 23 (-25.81%)
Mutual labels:  extension
VscOdooSnippets
Odoo Snippets for Visual Studio Code
Stars: ✭ 29 (-6.45%)
Mutual labels:  extension
google-translate-anki
No description or website provided.
Stars: ✭ 28 (-9.68%)
Mutual labels:  extension
STTextView
πŸ“ STTextView is a light-weight library that adds a placeholder to the UITextView.
Stars: ✭ 36 (+16.13%)
Mutual labels:  carthage
browser-extension
Official LISTEN.moe browser extension
Stars: ✭ 23 (-25.81%)
Mutual labels:  extension
AckAck
Acknowledgement Plist Generator
Stars: ✭ 37 (+19.35%)
Mutual labels:  carthage
webplayer-hotkeys
A Chrome extension that assigns hotkeys to play/pause, and switch musics (next and previous). Works with Spotify, Deezer, SoundCloud and Youtube
Stars: ✭ 16 (-48.39%)
Mutual labels:  extension
azure-boards-decompose
Azure Boards extension to quickly decompose work items into a valid hierarchy
Stars: ✭ 35 (+12.9%)
Mutual labels:  extension
yii2-highlight
Yii2 Highlight.js extension
Stars: ✭ 14 (-54.84%)
Mutual labels:  extension

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].