andreamazz / BubbleTransition

A custom modal transition that presents and dismiss a controller with an expanding bubble effect.
MIT License
3.32k stars 250 forks source link

swift 4? #43

Closed dimabiserov closed 6 years ago

dimabiserov commented 6 years ago

please

andreamazz commented 6 years ago

? It's already swift 4 compatible.

fukemy commented 6 years ago
[!] CocoaPods could not find compatible versions for pod "BubbleTransition":
  In Podfile:
    BubbleTransition (~> 3.0.0)

None of your spec sources contain a spec satisfying the dependency: `BubbleTransition (~> 3.0.0)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default.

i got this error when run pod. Can you help?

andreamazz commented 6 years ago

Please post your Podfile.

fukemy commented 6 years ago

here sir:

target 'iCamera' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for iCamera
  pod 'paper-onboarding'
  pod 'MobileVLCKit'
  pod "RATreeView", "~> 2.1.2"
  pod 'AMScrollingNavbar'
  pod "Hero"
  pod 'ParallaxHeader', '~> 2.0.0'
  pod 'SnapKit', '~> 4.0.0'
  pod 'BEMCheckBox'
  pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'master'
  pod 'SVProgressHUD'
  pod 'BubbleTransition', '~> 3.0.0'

  post_install do |installer|
    installer.pods_project.build_configurations.each do |config|
        config.build_settings.delete('CODE_SIGNING_ALLOWED')
        config.build_settings.delete('CODE_SIGNING_REQUIRED')
    end
  end
end
andreamazz commented 6 years ago

I see no problem in that. I just tested it and it pulls version ‘3.0.2‘ correctly.
Have you tried running pod repo update?

fukemy commented 6 years ago

it work after update. t.y