Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cocoa pods #3

Open
hfossli-agens opened this issue Jan 30, 2013 · 0 comments
Open

Cocoa pods #3

hfossli-agens opened this issue Jan 30, 2013 · 0 comments

Comments

@hfossli-agens
Copy link

Hi!

I created this podspec, but I'm having some issues.

Pod::Spec.new do |s|
  s.name = 'AirPlayDetector' 
  s.version = "1.0"
  s.summary = 'AirPlayDetector which posts notifications about airplay.' 
  s.homepage = 'https://github.com/StevePotter/AirPlayDetector' 
  s.author = { 'Stephen Potter' => 'me@stevepotter.me' }  
  s.source = { :git => 'https://github.com/StevePotter/AirPlayDetector.git'} 
  s.source_files = FileList['*.[hm]'].exclude(/.*Test\.[hm]$/)
  s.frameworks   = 'UIKit'
  s.platform = :ios 
  s.requires_arc = false
end 

-> AirPlayDetector (1.0)
- WARN | Missing license type
- WARN | Git sources should specify either a tag or a commit
- WARN | Git sources without tag should be marked as 0.0.1 (not always applicable)

Can you help me help you out? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant