Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 614 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 614 Bytes

MWPodspecs

This is the main repo to hold the Podspecs related to MobileWorkflow Core and its plugins.

Using the Podspecs

To add this repo to your machine, simply run:

$ pod repo add MobileWorkflow [email protected]:FutureWorkshops/MWPodspecs.git

To add this repo as a source on your Podfile:

source 'https://cdn.cocoapods.org/'
source 'https://github.com/FutureWorkshops/MWPodspecs.git'

Publishing a new Podspec

To publish a new podspec into this repo, just create a new version folder insinde the plugin folder, and copy the latest .podspec file into the corresponding folder.