BTSimpleSideMenu icon indicating copy to clipboard operation
BTSimpleSideMenu copied to clipboard

Podspec

Open evliu opened this issue 10 years ago • 3 comments

This is great! Do you think you could make a podspec for this so we can use it with cocoapods? thx!

evliu avatar Jun 17 '14 16:06 evliu

I need to understand what's the ease of use, the open community gets using cocoa pods ? You need to first convience me the essence of cocoa pods & it's necessity. It will be helpful.

balram3429 avatar Jun 17 '14 16:06 balram3429

i'd be able to add your 3rd party library as a dependency that's managed by adding pod "btSimpleSideMenu", then in the terminal, pod install, then it will tell me if you came out with new versions and what not, but i wouldn't have to handle the dependency [: most of the cocoacontrols have a pod spec, no need to add the files and add the project as a target and watch for changes. dependency management takes care of it all :D

evliu avatar Jun 17 '14 16:06 evliu

Because it makes our lives even easier than simply implementing. It also defines a repo outside of the project itself.

Making a podspec - http://www.theonlylars.com/blog/2013/01/20/cocoapods-creating-a-pod-spec/

Pretty easy.

JackWS avatar Oct 21 '14 23:10 JackWS