SwiftCssParser icon indicating copy to clipboard operation
SwiftCssParser copied to clipboard

Can't add over CocoaPods

Open kyzmitch opened this issue 4 years ago • 1 comments

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.

kyzmitch avatar Jun 08 '20 10:06 kyzmitch

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

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

thezonie avatar May 10 '22 17:05 thezonie