dzenbot / DZNWebViewController

A simple web browser for iPhone & iPad with similar features than Safari's
https://www.cocoacontrols.com/controls/dznwebviewcontroller
MIT License
1.06k stars 181 forks source link

Can't install DZNWebViewController v3 via Pod #36

Closed voloshynslavik closed 8 years ago

voloshynslavik commented 8 years ago

I want install DZNWebViewController v3 via Pod. For this I use - pod 'DZNWebViewController', '~> 3.1' and I get the result:

[!] Unable to satisfy the following requirements:

If I use pod 'DZNWebViewController', than it installs v2.

markymc commented 8 years ago

@YaroslavVoloshyn I'm having the same issue. Would you be able to share how you handled this in the end?

markymc commented 8 years ago

@YaroslavVoloshyn Ah please ignore my question above. It's because my app supports iOS 7 but v3.x of DZNWebViewController requires iOS 8. :)