-
Notifications
You must be signed in to change notification settings - Fork 35
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
Feature/project structure update #48
Conversation
This reverts commit ba40efd.
Carthage currently doesn't work with Moya - Moya/Moya#2165
Updated encoder and decoder tests
Japx.podspec
Outdated
s.subspec 'ObjC' do |sp| | ||
sp.source_files = 'Japx/Classes/ObjC/**/*' | ||
sp.dependency 'Japx/Core' | ||
s.subspec "ObjC" do |sp| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you change everything to double quotes?
I was under the impression single quotes should be used in ruby as a default, and double only if we need string interpolation 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure to be honest, I didn't notice it - probably my ruby linter in VS code changed it to double quotes
@Truba please check again |
With this PR we've added Carthage and SwiftPM support