Skip to content

Commit e70dfe2

Browse files
committed
Update podspec with new information and 0.0.3
1 parent 411b741 commit e70dfe2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

MultiPeer.podspec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
Pod::Spec.new do |s|
22
s.name = "MultiPeer"
3-
s.version = "0.0.1"
3+
s.version = "0.0.3"
44
s.summary = "MultiPeer makes it easy to automatically connect to multiple nearby devices and share information using MultipeerConnectivity."
55
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."
66
s.homepage = "https://github.com/dingwilson/MultiPeer"
77
s.license = { :type => "MIT", :file => "LICENSE" }
88
s.author = { "Wilson Ding" => "hello@wilsonding.com",
99
"Quan Vo" => "qvo1987@gmail.com" }
10-
s.platform = :ios, "8.0"
10+
s.ios.deployment_target = '8.0'
11+
s.osx.deployment_target = '10.10'
1112
s.source = { :git => "https://github.com/dingwilson/MultiPeer.git", :tag => s.version }
12-
s.source_files = "Sources/MultiPeer/*.{h,m,swift}"
13+
s.source_files = "Sources/*.{h,m,swift}"
14+
s.documentation_url = 'http://wilsonding.com/MultiPeer/'
1315
end

0 commit comments

Comments
 (0)