Skip to content
New issue

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

Cocoapods are unable to find specification for MojioSDK #85

Open
kirscfil opened this issue Nov 12, 2016 · 1 comment
Open

Cocoapods are unable to find specification for MojioSDK #85

kirscfil opened this issue Nov 12, 2016 · 1 comment

Comments

@kirscfil
Copy link

Hey!

Adding

pod 'MojioSDK

to project's Podfile and running pod install results in cocoapods install failing on:

[!] 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!

@sureshven
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants