Skip to content

Commit

Permalink
Add podspec for v0.9.5 of PJLinkCocoa
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hyche committed Feb 10, 2014
1 parent 4b91e34 commit 87d5872
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions PJLinkCocoa/0.9.5/PJLinkCocoa.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'PJLinkCocoa'
s.version = '0.9.5'
s.license = 'MIT'
s.summary = 'A Cocoa Library for communicating with projectors and other devices that implement the PJLink protocol.'
s.homepage = 'https://github.com/ehyche/pjlink-cocoa'
s.author = { "Eric Hyche" => "ehyche@gmail.com" }
s.source = { :git => "https://github.com/ehyche/pjlink-cocoa.git", :tag => '0.9.5' }
s.source_files = 'PJLinkCocoa'
s.requires_arc = true
s.platform = :ios, '5.0'
s.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Security'
s.dependency 'AFNetworking', '~> 1.3.0'
s.dependency 'CocoaAsyncSocket', '~> 7.0'
end

0 comments on commit 87d5872

Please sign in to comment.