How to distribute a ios swift custom framework using pods in iOS? -
i new ios. have been searching 1 solution , didn't clue solve it. issue is, have created own custom framework in swift 3.0 . have distribute other developers using cocoa pods. have distributed framework using pods this,
pod 'mypodname', :git => 'githuburl', :tag => '1.4.5' .
but, shouldn't share githuburl other developers. have distribute framework using pods this.
pod 'mypodname', '~> 1.4.5' .
is there way it. please me. appreciable.thank you.
Comments
Post a Comment