Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issue via Cocoapods #27

Closed
2 tasks done
sunnyyoung opened this issue Nov 29, 2017 · 1 comment
Closed
2 tasks done

Installation issue via Cocoapods #27

sunnyyoung opened this issue Nov 29, 2017 · 1 comment

Comments

@sunnyyoung
Copy link

sunnyyoung commented Nov 29, 2017

Check List

  • I have read the README.md, but there is no information I need.
  • I have searched in existing issues, but did find a same one.

Issue Description

Description

Install Bamboots via Cocoapods without specify a git url will fail in building.

Reproduce

  1. Install Bamboots with the podfile config below:
target 'ProjectName' do
  use_frameworks!
  pod 'Bamboots'
end

And the result will be:

Analyzing dependencies
Downloading dependencies
Using Alamofire (4.5.1)
Using AlamofireObjectMapper (4.1.0)
Using Bamboots (0.5.0)
Using ObjectMapper (2.2.9)
Using Realm (3.0.2)
Using RealmSwift (3.0.2)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 6 total pods installed.

image

  1. Install Bamboots with the podfile config below:
platform :ios, '10.0'
target 'ProjectName' do
  use_frameworks!
  pod 'Bamboots', :git => 'git@github.com:mmoaay/Bamboots.git'
end

And the result will be:

Analyzing dependencies
Downloading dependencies
Using Alamofire (4.5.1)
Using AlamofireCodable (0.1.1)
Using Bamboots (0.5.0)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 3 total pods installed.

Everything is ok.

Other Comment

Found this: https://github.com/CocoaPods/Specs/blob/master/Specs/2/3/e/Bamboots/0.5.0/Bamboots.podspec.json

@mmoaay
Copy link
Owner

mmoaay commented Dec 1, 2017

Sorry, we have something wrong with our puslish, We've already release a new version 0.6.0 to fix this problem.

You can find it at:
https://github.com/CocoaPods/Specs/blob/master/Specs/2/3/e/Bamboots/0.6.0/Bamboots.podspec.json

Thank you for your issue

@mmoaay mmoaay closed this as completed Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants