Cocoapods support?
dcgoss opened this issue · 9 comments
Would it be possible to integrate this repo with CocoaPods?
I'm not sure what you mean? SwipeView is already on CocoaPods:
http://cocoapods.org/?q=swipeview
(It's the top one)
You're right! My fault. Perhaps adding this to the documentation (maybe in the "installation" section) would clear up some confusion? Lots of libraries put the podfile snippet in there to show that they support CP.
I figured if you're installing via Cocoapods then you'll already know what to do :-)
Fair point though.
I just didn't think to check whether it was available since it wasn't in the docs (I should've looked at the podspec file!). It doesn't need to be a tutorial, just something like: "Hey, here's the podfile: pod 'SwipeView'
" :)
I agree, it's extremely common to include a line in the readme explaining how to install with pods.
Hi @dcgoss
Some repos just won't declare that in homepage, next time you can run 'pod search [repo-name]' which is 'pod search SwipeView' in this case.
Was having weird issues with forking - sorry for all the references.
Added a pull request for a quick addon to the README fixing the issue!
Still not added btw.