andreamazz / BubbleTransition

A custom modal transition that presents and dismiss a controller with an expanding bubble effect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minimum deployment target

jiahao1994 opened this issue · comments

  • BubbleTransition (~> 1.0.0) required by Podfile

Specs satisfying the BubbleTransition (~> 1.0.0) dependency were found, but they required a higher minimum deployment target.

I came across this error when i was trying to install in through cocoa pods
My minimum deployment target is 9.0

ok my bad, I left
platform :ios, ‘7.0’

it should be
platform :ios, ‘9.0’