Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

measurement-kit/mkall-ios

Repository files navigation

All MK libraries for iOS

GitHub license Github Releases

All MK libraries for iOS. Integrate using Carthage or CocoaPods.

Installing and/or updating dependencies

To install dependencies, do:

brew tap measurement-kit/measurement-kit
brew install ios-measurement-kit generic-assets

To upgrade dependencies, do:

brew upgrade

Local development

open mkall.xcodeproj

Building framework with Carthage and publishing it

  1. make sure that mkall/Info.plist is current;

  2. make sure that mkall/vendor dependencies are current;

  3. build using ./build.sh;

  4. commit;

  5. tag;

  6. push;

  7. create a GitHub release;

  8. publish the archive into the release.

We'll use the version number in mkall/Info.plist.

Integrate using CocoaPods

platform :ios, '9.0'
target 'targetName' do
  pod 'mkall-ios', :git => 'https://github.com/measurement-kit/mkall-ios.git'
end