From 0f4b425d7cfd61039853f47f2b3194427548197e Mon Sep 17 00:00:00 2001 From: Wilson Ding Date: Fri, 2 Feb 2018 10:44:35 -0600 Subject: [PATCH] Updated podspec with documentation and macos support --- MultiPeer.podspec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MultiPeer.podspec b/MultiPeer.podspec index 6393350..e3ae650 100644 --- a/MultiPeer.podspec +++ b/MultiPeer.podspec @@ -1,13 +1,15 @@ Pod::Spec.new do |s| s.name = "MultiPeer" - s.version = "0.0.1" + s.version = "0.0.2" s.summary = "MultiPeer makes it easy to automatically connect to multiple nearby devices and share information using MultipeerConnectivity." s.description = "MultiPeer is a wrapper for the MultipeerConnectivity framework for offline data transmission between devices. This framework makes it easy to automatically connect to multiple nearby devices and share information using either bluetooth or wifi radios." s.homepage = "https://github.com/dingwilson/MultiPeer" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Wilson Ding" => "hello@wilsonding.com", "Quan Vo" => "qvo1987@gmail.com" } - s.platform = :ios, "8.0" + s.osx.deployment_target = "10.10" + s.ios.deployment_target = "8.0" s.source = { :git => "https://github.com/dingwilson/MultiPeer.git", :tag => s.version } s.source_files = "Sources/MultiPeer/*.{h,m,swift}" + s.documentation_url = "http://wilsonding.com/MultiPeer/" end \ No newline at end of file