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

Can't add over CocoaPods #4

Open
kyzmitch opened this issue Jun 8, 2020 · 1 comment
Open

Can't add over CocoaPods #4

kyzmitch opened this issue Jun 8, 2020 · 1 comment

Comments

@kyzmitch
Copy link

kyzmitch commented Jun 8, 2020

Hi,

I wanted to use your framework, but it seems usual pod install doesn't work and even pod repo update didn't help.
Also tried to add new source of podspec to Podfile like:
source 'https://github.com/100mango/SwiftCssParser.git'

and after that it is different error:

[!] An unexpected version directory `Assets.xcassets` was encountered for the `/Users/homedir/.cocoapods/repos/100mango/SwiftCssParser` Pod in the `SwiftCssParser` repository.
@thezonie
Copy link

This is what you'll want to add to your Podfile:

pod 'SwiftCssParser', :git => 'https://github.com/100mango/SwiftCssParser.git'

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