BTSimpleSideMenu
BTSimpleSideMenu copied to clipboard
Podspec
This is great! Do you think you could make a podspec for this so we can use it with cocoapods? thx!
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.
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
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.