This pod was created with pod lib create
To run the example project, clone the repo, and run pod install
from the Example directory first. Then open
up the .workspace in the Example/ directory
Run tests in XCode with cmd + u
MUXSDKImaListener is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Mux-Stats-Google-IMA'
- Update Mux-Stats-Google-IMA.podspec
- cd Example/ and run
pod install
(this will install the updated version into the example app) - run
carthage build --no-skip-current --use-xcframeworks
(brew install carthage if you haven't already) - run
carthage archive Mux_Stats_Google_IMA
- this will build a .zip folder - commit your changes & push to remote
- create a PR against master for your
releaes/v*
branch - merge PR after release notes pop in (check them for spelling/grammar/tone)
- wait for PR comment to appear with a link to a draft release
- attach the
Mux_Stats_Google_IMA.framework.zip
file to that release - Create the release
- from Updated
master
:pod trunk push Mux-Stats-Google-IMA.podspec --allow-warnings
Mux, ios-sdk@mux.com