| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Extensions for Swift
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapodsTo integrate ExtSwift into your Xcode project using CocoaPods, specify it in your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target '<Your Target Name>' do
pod 'ExtSwift', '~> 0.0'
endThen, run the following command:
$ pod installimport ExtSwiftTODO: You can try ExtSwift in Playground.
Note:
To try ExtSwift in playground, open ExtSwift.xcworkspace and build ExtSwift.framework for any simulator first.
Mr. Míng (@minglq)
ExtSwift is released under the MIT license. See LICENSE for details.
| Back | FazBrowse Home | New Git URL |