Yalantis / DisplaySwitcher

Custom transition between two collection view layouts
https://yalantis.com
MIT License
2.32k stars 190 forks source link

`pod install` on the example project doesn't work #6

Closed aaronbrethorst closed 8 years ago

aaronbrethorst commented 8 years ago
$ pod --version
1.1.0.beta.1

$ pod install

[!] Invalid `Podfile` file: [!] Unsupported options `{:exclusive=>true}` for target `DisplaySwitcher_Example`..

 #  from /Users/aaron/Downloads/DisplaySwitcher-master/Example/Podfile:4
 #  -------------------------------------------
 #  
 >  target 'DisplaySwitcher_Example', :exclusive => true do
 #    pod 'DisplaySwitcher', :path => '../'
 #  -------------------------------------------
serejahh commented 8 years ago

Hi @aaronbrethorst! Thanks for reporting the issue It was developed with cocoa pods 0.39. Now I've updated for 1.0.1, so everything should work fine

serejahh commented 8 years ago

@aaronbrethorst has it solved your issue?

aaronbrethorst commented 8 years ago

Yep works great!

serejahh commented 8 years ago

@aaronbrethorst could you add the component to cocoacontrols, please?

aaronbrethorst commented 8 years ago

hmm, weird. thought i had.

serejahh commented 8 years ago

Now I see it. Thanks a lot, @aaronbrethorst!

aaronbrethorst commented 8 years ago

thank you! 👍