Skip to content

Commit 04c32f2

Browse files
committed
Initial import from github enterprise
0 parents  commit 04c32f2

File tree

13 files changed

+1444
-0
lines changed

13 files changed

+1444
-0
lines changed

GCXMulticastDNSKit.podspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pod::Spec.new do |spec|
2+
spec.name = "GCXMulticastDNSKit"
3+
spec.version = "1.0.1"
4+
spec.summary = "mDNS discovery framework for iOS."
5+
spec.homepage = "https://www.grandcentrix.net"
6+
spec.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.txt' }
7+
spec.authors = { "Christian Netthöfel" => 'christian.netthoefel@grandcentrix.net' }
8+
spec.social_media_url = "http://twitter.com/grandcentrix"
9+
spec.platform = :ios, "9.0"
10+
spec.source = { git: "https://github.com/grandcentrix/GCXMulticastDNSKit.git", tag: "v#{spec.version}"}
11+
spec.source_files = "GCXMulticastDNSKit/**/*.{swift}"
12+
end

0 commit comments

Comments
 (0)