0

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?

Sucharu Hasija
  • 1,096
  • 11
  • 23

1 Answers1

1

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.

Unable to find Specification

or

Unable to find a specification in CocoaPods

and for More detail please search on google.

Google search Result

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

TMTumblrSDK

again with following proper procedure. Here is the link

How to install cocapods

Community
  • 1
  • 1
Badal Shah
  • 7,541
  • 2
  • 30
  • 65