How to use local-only project via CocoaPods

Local CocoaPods [Dependency manager] [Cocoapods with specyfic branch] Example with Git: Textual Podfile //Podfile pod supports: //default(try to find .podcpec in centralised repo), path //-remote pod ‘PodName’ //-local //local_path can be absolute or relative pod ‘PodName’, :path => ‘<local_path>.podspec’ Podspec //Podspec source supports: //git, svn, hg, http //-remote s.source = { :git => “https://url_to.git”, :tag … Read more