From 87d5872c153dc1c8320134c9aa64c12febeb5fcd Mon Sep 17 00:00:00 2001 From: Eric Hyche Date: Sun, 9 Feb 2014 21:56:14 -0500 Subject: [PATCH] Add podspec for v0.9.5 of PJLinkCocoa --- PJLinkCocoa/0.9.5/PJLinkCocoa.podspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 PJLinkCocoa/0.9.5/PJLinkCocoa.podspec diff --git a/PJLinkCocoa/0.9.5/PJLinkCocoa.podspec b/PJLinkCocoa/0.9.5/PJLinkCocoa.podspec new file mode 100644 index 00000000000000..a4e70fc4df0b69 --- /dev/null +++ b/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