ios - Making a private cocoapod with dependencies on other cocoapods -
ios - Making a private cocoapod with dependencies on other cocoapods -
i've read tutorials (some less others), , discovered there huge focus on using pod lib create
command , how new cocoapod the podspec repo , available other developers, missing middle part involving setting , developing pod, xcode illustration project, etc..
i'm trying create cocoapod internal utilize has dependencies on other pods. told pod lib create
wanted illustration project , need able build , run using pods depends on. i'm not clear on how pods download. understand there podspec syntax specifying dependencies: spec.dependency 'somepod', '~> ver.0'
, doesn't much illustration project.
am supposed create podfile in folder illustration project? conflict podspec somehow? need include pod i'm making in podfile? should not using illustration project , developing pod in conjunction test project pulls pod in other cocoapod?
also, when testing said , done, illustration project distributed pod , set weird sub-target in whatever project uses pod? or have create different repo has pod (without illustration project)?
ios xcode cocoapods dependency-management
Comments
Post a Comment