Skip to content

Commit

Permalink
Initial import from github enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
cnetthoefel committed Mar 15, 2017
0 parents commit 04c32f2
Show file tree
Hide file tree
Showing 13 changed files with 1,444 additions and 0 deletions.
12 changes: 12 additions & 0 deletions GCXMulticastDNSKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |spec|
spec.name = "GCXMulticastDNSKit"
spec.version = "1.0.1"
spec.summary = "mDNS discovery framework for iOS."
spec.homepage = "https://www.grandcentrix.net"
spec.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.txt' }
spec.authors = { "Christian Netthöfel" => '[email protected]' }
spec.social_media_url = "http://twitter.com/grandcentrix"
spec.platform = :ios, "9.0"
spec.source = { git: "https://github.com/grandcentrix/GCXMulticastDNSKit.git", tag: "v#{spec.version}"}
spec.source_files = "GCXMulticastDNSKit/**/*.{swift}"
end
Loading

0 comments on commit 04c32f2

Please sign in to comment.