Buckets-Swift
Buckets-Swift copied to clipboard
podspec specifies iOS 10.0 as the minimum deployment target
Hello,
The podspec specifies iOS 10.0 as the minimum deployment target, while the readme specifies iOS 9. Is this in error?
Hey @mauriciosantos I noticed that you fixed this issue on master and bumped the version -- thanks for that!
Did you notice that the CI job had failed? I assume it's responsible for creating a new release?
yes. i tried to make a quick fix. I haven't had much time to work on it.
Gotcha. Let me know if I can help
Noticed the same problem. Until its fixed, you can simply reference the SHA
in your Podfile to pull in the updated version
pod 'Buckets', :git => 'https://github.com/mauriciosantos/Buckets-Swift.git', :commit => 'bb022bad2a3bd7921af47492124965687a9330e7'