cocoapods-art
cocoapods-art copied to clipboard
Pod installation completed with 0 dependencies for local cocoapod repo from jfrog artifactory.
We are using jFrog artifactory repo and setup the cocoapod_local repo on artifactory. The pod install command executed successfully with 0 dependencies.
podfile
platform :ios, '8.0'
plugin 'cocoapods-art', :sources => [
'CocoaPods'
]
target 'test4' do
end
podspec file source tag
"source": { "http": "http://myOrg:8081/artifactory/CocoaPods/OpenSSL/1.0.210/OpenSSL.tar.gz", "sha1": "bdfbdb416942f666865fa48fe13c2d0e588df54f" }
Why it should not install the dependencies from local repo from artifactory.
Have you updated local specs with pod repo-art update CocoaPods before pod install?
@suniljakhar Did you find the solution for this?