Skip to content

Commit

Permalink
Added MPCMultipeerClient 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Apr 11, 2014
1 parent 3f91cfc commit e0d7432
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions MPCMultipeerClient/0.0.1/MPCMultipeerClient.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'MPCMultipeerClient'
s.version = '0.0.1'
s.platform = :ios, "7.0"
s.license = 'MIT'
s.summary = 'Wrapper around MultipeerConnectivity to simplify common use cases'
s.homepage = 'https://github.com/jpsim/MPCMultipeerClient'
s.author = { 'JP Simard' => '[email protected]' }
s.source = { :git => 'https://github.com/jpsim/MPCMultipeerClient.git', :tag => s.version.to_s }

s.description = 'Wrapper around MultipeerConnectivity to simplify common use cases. Very early work in progress, use at your own peril.'

s.source_files = 'MPCMultipeerClient/*.{h,m}'
s.framework = 'MultipeerConnectivity'
s.requires_arc = true
end

0 comments on commit e0d7432

Please sign in to comment.