2015-03-24 29 views
10

Kütüphane bilgilerime CocoaPods web sitesinden erişmeye çalışıyorum, ancak yapamıyorum. Diğer tüm kütüphaneler genişletmek mümkün görünmektedir İşte Kitaplığım neden CocoaPods web sitesinde genişletilemiyor?

enter image description here

sorun olmasıydı http://cocoapods.org/pods/MKWeatherUndergroundKit

benim 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" => "[email protected]" } 
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 

cevap

12

Artık iyi olmalı, (mayın MKWeatherUndergroundKit olan) Bizim CocoaDocs sunucumuz çöktü, el ile sürümünüzü yeniden konuşlandırdım ve dakikaya bir göz attım.

Ben de yararlı ipuçları bir sürü bloguma yayında bir makale yazdı ettik: http://orta.io/rebase/why-cant-i-expand/

+0

Muhteşem. Teşekkürler! – MendyK

+0

Bu konuya benzer bir sorunla ilgilenir misiniz? Http://stackoverflow.com/questions/31128927/why-is-my-libraries-not-able-to-expand-on-the-cocoapods -ve-show-olarak-objektif-c – mohamede1945

+0

Blog yazısı bir 404 yol açar. – skladek