SwiftCssParser
SwiftCssParser copied to clipboard
Can't add over CocoaPods
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.
This is what you'll want to add to your Podfile:
pod 'SwiftCssParser', :git => 'https://github.com/100mango/SwiftCssParser.git'