Skip to content

Unable to load a podspec from MQTTKit.podspec #44

@lukaszmargielewski

Description

@lukaszmargielewski

It seems to be a problem with a pod spec when using cocoa pods 1.0.0.
Here is my pod file:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
target 'MQTTDemo' do
    pod 'MQTTKit', :git => 'https://github.com/mobile-web-messaging/MQTTKit.git'
end

Result:

pod install
Analysing dependencies
Pre-downloading: `MQTTKit` from `https://github.com/mobile-web-messaging/MQTTKit.git`
[!] Unable to find a specification for 'MQTTKit'.
[!] Unable to load a podspec from `MQTTKit.podspec`, skipping:
Pod::DSLError

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions