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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

linux - Why does bash short curcuit fail in crontab? -