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

Bringing back Cocoapods/Carthage support #137

Open
vlasov opened this issue Mar 16, 2020 · 14 comments
Open

Bringing back Cocoapods/Carthage support #137

vlasov opened this issue Mar 16, 2020 · 14 comments

Comments

@vlasov
Copy link

vlasov commented Mar 16, 2020

Please! There's not too much effort to maintain a podspec file. But using two or more package managers is really painful (in terms of resolving possible package dependencies version conflicts)

@s4cha
Copy link
Member

s4cha commented Mar 17, 2020

@vlasov I understand your pain. You should still be able to grab the version 4.7.3 of Stevia via Cocoapods though :

target 'MyApp'
pod 'SteviaLayout', '~> 4.7.3'
use_frameworks!

Let me know if that works on your side :)

@s4cha
Copy link
Member

s4cha commented Mar 30, 2020

@vlasov any news on your side ? Any version prior to 4.8.0 is still available through Cocoapods and Carthage.

@norbdev
Copy link

norbdev commented Jun 12, 2020

We need Carthage support for 5.0.1

@sdykae
Copy link

sdykae commented Jun 22, 2020

We need cocoapods support for 5.0.1

@s4cha
Copy link
Member

s4cha commented Jun 23, 2020

@norbdev Carthage support (pre-built framework) as been added to the 5.0.1 release.
If a release is not available, here is how you can generate a Carthage package :

Clone Stevia Repo

swift package generate-xcodeproj
carthage build --no-skip-current --platform iOS
carthage archive

@sdyalor, I'm sorry but Cocoapods support has been purposefully dropped in favour of more lightweight solutions such as Carthage and SPM. Could you elaborate a little bit about why you'd need it?

Hope this helps :)

@sdykae
Copy link

sdykae commented Jun 24, 2020

@s4cha :( I cant elaborate but my company works with many ipads 4th gen with just ios 10 support, there is no way to get spm on their stack xcode10 :(

@s4cha
Copy link
Member

s4cha commented Jun 26, 2020

@sdyalor I understand this must me painful to support. Isn't pre-5.0.0 versions a good tradeoff though?

@useobjc
Copy link

useobjc commented Aug 19, 2020

Please bring back Cocoapods support back.
I would like to build the pod library as a static library, so that I can get a smaller IPA file size.

@useobjc
Copy link

useobjc commented Aug 19, 2020

For now, SPM is not good enough to deal with resource bundle, so I have to use Cocoapods.

@asifhabib
Copy link
Contributor

You can have latest stevia on pod at following link
https://github.com/asifhabib/SteviaPod

@NikKovIos
Copy link
Contributor

@s4cha
With Xcode 13.2 SPM has broke. Also in our big project we have tried use SPM, but with VPN it started to resolve packages and unnesessary downloads, so we decided to leave only cocoapods.
Please! Add cocoapods support. A lot of developers and teams use it.

@NikKovIos
Copy link
Contributor

@asifhabib can you please update your version in https://github.com/asifhabib/SteviaPod with last changes?

@s4cha
Copy link
Member

s4cha commented May 24, 2022

#163 has been merged and pushed to Cocoapods repo, let me know if that works for you :)

@NikKovIos
Copy link
Contributor

Works ! 🎉✨

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

7 participants