UrbanApps/UALogger

Update correct repository link for UALogger in the Specs repo

lukaskubanek opened this issue · 2 comments

I've tried to install UALogger via CocoaPods and with the Podspec for version 0.2.3 from the Specs repository I get following error:

Username for 'https://github.com': x
Password for 'https://x@github.com': 
[!] Pod::Executable clone  --mirror "https://github.com/urbanapps/UALogger.git" "/Users/Lukas/Library/Caches/CocoaPods/GitHub/815b047b4f691a1e3d375e817288f73db48a8b61"

Cloning into bare repository '/Users/Lukas/Library/Caches/CocoaPods/GitHub/815b047b4f691a1e3d375e817288f73db48a8b61'...
remote: Repository not found.

fatal: Authentication failed for 'https://github.com/urbanapps/UALogger.git/'

When I use the Podspec from this repository, it works well.

I think you have to update the repository link with capitalized organization name. In the Specs repository they are lowercase.

Pull requests have been submitted to Cocoapods. In the meantime, you can use the :git pointer:

pod 'UALogger', :git => 'https://github.com/UrbanApps/UALogger'

Thanks.

Now, I use pod 'UALogger', :podspec => 'https://raw.github.com/UrbanApps/UALogger/master/UALogger.podspec' and it works as well.