jpsim / JPSVolumeButtonHandler

JPSVolumeButtonHandler provides an easy block interface to hardware volume buttons on iOS devices. Perfect for camera apps!
MIT License
333 stars 90 forks source link

Outdated cocoapods #34

Closed creitz closed 7 years ago

creitz commented 7 years ago

The code in the repo doesn't appear to match the code in the cocoapod. Is it not the most recent version?

jpsim commented 7 years ago

There have been 11 commits since the last release: https://github.com/jpsim/JPSVolumeButtonHandler/compare/1.0.1...master

I don't actively use this project myself, so I rely on others to know if a release would actually be useful. I've just tagged 1.0.2 and pushed it to CocoaPods trunk: https://github.com/CocoaPods/Specs/commit/ab068431202b15730e673b5a64fad29215eeed80

creitz commented 7 years ago

thanks!