We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MojioSDK
Hey!
Adding
pod 'MojioSDK
to project's Podfile and running pod install results in cocoapods install failing on:
Podfile
pod install
[!] Unable to find a specification for `MojioSDK`
Using
pod 'MojioSDK', :git => "https://github.com/mojio/mojio-ios-sdk.git"
gently solves this issue.
It might be a good idea to update this part of readme.
Thanx!
The text was updated successfully, but these errors were encountered:
The MojioSDK hasn't been pushed to cocaopods so in the meantime use the following for Swift 2.3:
pod ‘MojioSDK', :git => 'https://github.com/mojio/mojio-ios-sdk', :branch => ‘master'
or for Swift 3:
pod ‘MojioSDK', :git => 'https://github.com/mojio/mojio-ios-sdk', :branch => ‘swift3'
Sorry, something went wrong.
No branches or pull requests
Hey!
Adding
to project's
Podfile
and runningpod install
results in cocoapods install failing on:Using
gently solves this issue.
It might be a good idea to update this part of readme.
Thanx!
The text was updated successfully, but these errors were encountered: