platform :ios, '5.0'
pod 'TMTumblrSDK'
pod install
it showing me the following error
Analyzing dependencies
[!] Unable to find a specification for TMTumblrSDK
what would be the reason for the error?
platform :ios, '5.0'
pod 'TMTumblrSDK'
pod install
it showing me the following error
Analyzing dependencies
[!] Unable to find a specification for TMTumblrSDK
what would be the reason for the error?
First of all Mention process in bit detail what you have done to install this.
Second:
There are Several question related to your query. please try following link.
or
and for More detail please search on google.
All in all : there are several possibility to come this type of error. like
Mokagio said You'll need to use the --sources option
and sometime such type of error came due to you have not set master repo correctly. so, suggetion is try to install
again with following proper procedure. Here is the link