hyperoslo / Keychains

:key: A keychain wrapper that is so easy to use that your cat could use it.
Other
75 stars 6 forks source link

Cant install from carthage or cocoapods #10

Closed HalidCisse closed 8 years ago

HalidCisse commented 8 years ago

Podfile => [!] Unable to find a specification for Keychain Carthage => No tagged versions found for github "hyperoslo/Keychain"

onmyway133 commented 8 years ago

@HalidCisse Keychain is not officially released yet. In the meantime, you can use

Cocoapods

pod 'Keychain', :git => 'https://github.com/hyperoslo/Keychain.git'

Carthage

github "hyperoslo/Keychain" "master"
HalidCisse commented 8 years ago

Thanks !!