-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
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
Labels
No labels