Buckets-Swift icon indicating copy to clipboard operation
Buckets-Swift copied to clipboard

podspec specifies iOS 10.0 as the minimum deployment target

Open ataibarkai opened this issue 7 years ago • 4 comments

Hello,

The podspec specifies iOS 10.0 as the minimum deployment target, while the readme specifies iOS 9. Is this in error?

ataibarkai avatar Mar 15 '17 22:03 ataibarkai

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?

ataibarkai avatar Mar 23 '17 20:03 ataibarkai

yes. i tried to make a quick fix. I haven't had much time to work on it.

mauriciosantos avatar Mar 24 '17 03:03 mauriciosantos

Gotcha. Let me know if I can help

ataibarkai avatar Mar 24 '17 22:03 ataibarkai

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'

sghiassy avatar Dec 03 '17 20:12 sghiassy