BouncyLayout: Pod not working

This is my podfile look like

use_frameworks!
pod 'BouncyLayout'

when i install my pod it throws error like:

Analyzing dependencies
[!] Unable to find a specification for `BouncyLayout`

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 20 (9 by maintainers)

Most upvoted comments

Sorry it took so long πŸ˜‰

Can you try running pod repo update in your terminal?

I change it to 9.0

# Uncomment this line to define a global platform for your project
platform :ios, '9.0'

use_frameworks!

target 'storyboard-test' do
  pod 'BouncyLayout'
end

Still it throwing error:

Analyzing dependencies
[!] Unable to find a specification for `BouncyLayout`

It worked! after pod repo update
Thank you so much for giving that much of time. πŸ‘πŸΌ

@hilalbaig, @roberthein β€” I was able to install BouncyLayout. The issue with me was the my deployment target is 8.0. Changing it to 9.0 solved it. Not sure why I did not get the right error message.

@roberthein β€” I think it’s important to mention that BouncyLayout is min 9.0 as well as Swift 3.0.

Let me first try a new sample project.

This pod update BouncyLayout will only work once i get successfully install BouncyLayout. Actually i’m unable to install BouncyLayout at all, it throws error when i put pod 'BouncyLayout' in my podfile and hit install. i.e

Analyzing dependencies
[!] Unable to find a specification for `BouncyLayout`