Hey!
Adding
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!
Hey!
Adding
to project's
Podfileand runningpod installresults in cocoapods install failing on:Using
gently solves this issue.
It might be a good idea to update this part of readme.
Thanx!