To run the example project, clone the repo, and run pod install from the Example directory first.
FFSwiftExtensions is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "FFSwiftExtensions"- To enable development pod mode simply put pod source in the same path of your project and include it on your project's
Podfilelike this:
pod "FFSwiftExtensions", :path => '../FFSwiftExtensions'-
To publish the pod add a new tag and update the
podspec. -
Be sure to run
pod lib lint FFSwiftExtensions.podspecto ensure this is a valid spec before submitting. -
After the tag is applied on origin, push the spec to the internal Specs repo via:
~/dev/FFSwiftExtensions # pod repo push simaoseica FFSwiftExtensions.podspec --privatesimaoseica, simaoseica@gmail.com
FFSwiftExtensions is available under the MIT license. See the LICENSE file for more info.