M5KeyPath 1.0.1× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Sep 2015Maintained by Mathew Huusko V.Installation Guide×Installation Guide for M5KeyPathYou want to add pod 'M5KeyPath', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'M5KeyPath', '~> 1.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try M5KeyPathSee PodspecGitHub RepoPage on CocoaPods.orgM5KeyPath 1.0.1ByMathew Huusko Vmhuusko5mhuusko5/M5KeyPathGitHub Repo Objective-C macro for compile/refactor-safe key path declaration. Usage M5KeyPath(OBJECT, PATH_LEVEL_1, PATH_LEVEL_2, PATH_LEVEL_3, ...); [self.player addObserver:self forKeyPath:M5KeyPath(self.player, currentItem, currentTime) options:0 context:nil];