为什么我的图书馆无法在CocoaPods网站上展开? [英] Why is my library not able to expand on the CocoaPods website?

查看:99
本文介绍了为什么我的图书馆无法在CocoaPods网站上展开?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正试图通过CocoaPods网站访问我的图书馆信息,但我无法做到。所有其他库似乎都能够扩展(我的是MKWeatherUndergroundKit)

I'm trying to access my library's information through the CocoaPods website, but I'm not able to. All the other libraries seem to be able to expand (mine is MKWeatherUndergroundKit)

这是我的podspec

Here is my podspec

Pod::Spec.new do |s|

s.name         = "MKWeatherUndergroundKit"
s.version      = "0.6"
s.summary      = "A simple iOS and OS X library for retrieving weather information using the Weather Underground API"
s.homepage     = "https://github.com/MendyK/MKWeatherUndergroundKit"
s.license      = { :type => "MIT", :file => "LICENSE" }
s.author             = { "MendyK" => "myEmail@gmail.com" }
s.social_media_url   = "https://twitter.com/MenndK"
s.platform     = :ios, '8.0'
s.source       = { :git => "https://github.com/MendyK/MKWeatherUndergroundKit.git", :tag => "0.6"}

s.source_files  = "MKWeatherUndergroundKit/*.{h,m}"
s.resources = "MKWeatherUndergroundKit/Climacons.ttf"
s.requires_arc = true
s.frameworks = 'CoreGraphics', 'CoreLocation'
end


推荐答案

你现在应该很好, http://cocoapods.org/pods/MKWeatherUndergroundKit

问题在于我们的CocoaDocs服务器已关闭,我已手动重新部署您的版本并正在查看分钟。

The problem was that our CocoaDocs server was down, I've manually redeployed your version and am taking a look at the minute.

我还在我的博客文章中写了一篇文章,其中包含许多有用的提示: http ://orta.io/rebase/why-cant-i-expand/

I've also wrote up an article on my blog post with a lot of useful tips: http://orta.io/rebase/why-cant-i-expand/

这篇关于为什么我的图书馆无法在CocoaPods网站上展开?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆