mojio/mojio-ios-sdk

Cocoapods are unable to find specification for `MojioSDK`

kirscfil opened this issue · 1 comments

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!

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'