-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Include SQLite.swift in the main pods repo #257
Comments
It's on the roadmap! Just wanted to fix up a few things in the interface a bit. |
Glad to know. Thanks |
Any progress on this? I want to include SQLite.swift as a dependency of my project and the lack of a Podspec in the central repo is preventing that. |
@rpowelll I'll try to get a version out this weekend. Probably won't be a final 1.0.0, but a 0.9.x should alleviate this requirement. |
Thanks, that'd be great |
Just wondering how this is coming along. Looking forward to it 👍 |
+1 for prioritizing this. It's a bit disconcerting to get breaking API changes any time we run "pod install"! Love this library! |
Agh. @warn4n: sorry about that. The API is definitely in flux but it should be much easier to lock in. We're close to a CocoaPods release. I just haven't had the free time I'd hoped for! |
Awesome news, thanks so much! |
Big progress towards this, I hope! After a full day of banging my head against all sorts of interesting and less interesting things, a PR for this #314. If you're inclined, please modify your Pod file to try:
No API changes, just smoothing some packaging edges, I hope, for a first public pod release. I'm a CocoaPods newbie, so although I've checked this every way I can think of, there may be a remaining hiccup or two (CocoaPods/CocoaPods#4607 didn't help). If any CocoaPods experts out there have an idea on how to fix the seemingly erroneous warning ( I found there is a lot of uncharted territory in the "new Swift Framework based on non-Swift |
🎉 https://cocoapods.org/pods/SQLite.swift Thanks go to @mikemee for all his help! |
🎉 it works! (though the umbrella warning is annoying) |
Indeed! As I said in the PR #314 code review thread:
TL;DR: PR's to fix this are solicited! 😎 And I say that with all due respect to the CocoaPods developers. They've done an amazing job with the little they've had to work with. No disrespect intended. |
It seems like the only way to use this library with cocoapods is checking out the github repo.
Is there any particular reason to that ?
I would like to see this library in the main pods repo.
The text was updated successfully, but these errors were encountered: