I\'m using cocoapods now I would like to add a local pod dependency in my project, something like:
s.dependency = \'my pod\', :path => \'\'
You can use pod with a path
path
pod 'PodName', :path => 'local_path_to/name.podspec'
The full chain you can find here