File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "GCXMulticastDNSKit"
3
- spec . version = "1.3.1 "
3
+ spec . version = "1.4.0 "
4
4
spec . summary = "mDNS discovery framework for iOS."
5
5
spec . homepage = "https://github.com/grandcentrix/GCXMulticastDNSKit"
6
6
spec . license = { :type => 'Apache License, Version 2.0' , :file => 'LICENSE.txt' }
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.3.1 </string >
18
+ <string >1.4.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1
1
# GCXMulticastDNSKit
2
- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Release] ( https://img.shields.io/github/release/grandcentrix/GCXMulticastDNSKit.svg ) [ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage ) [ ![ Cocoapods compatible] ( https://img.shields.io/cocoapods/v/GCXMulticastDNSKit.svg )] ( https://cocoapods.org/ )
2
+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Release] ( https://img.shields.io/github/release/grandcentrix/GCXMulticastDNSKit.svg ) [ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage ) [ ![ Cocoapods compatible] ( https://img.shields.io/cocoapods/v/GCXMulticastDNSKit.svg )] ( https://cocoapods.org/ )
3
3
4
4
5
5
Multicast DNS framework for iOS
@@ -24,14 +24,14 @@ This framework currenlty provides functionality to discover services on the loca
24
24
``` ruby
25
25
use_frameworks!
26
26
27
- pod ' GCXMulticastDNSKit' , :git => ' https://github.com/grandcentrix/GCXMulticastDNSKit.git' , :tag => ' v1.3.1 '
27
+ pod ' GCXMulticastDNSKit' , :git => ' https://github.com/grandcentrix/GCXMulticastDNSKit.git' , :tag => ' v1.4.0 '
28
28
29
29
```
30
30
31
31
### Carthage
32
32
33
33
``` ruby
34
- git " https://github.com/grandcentrix/GCXMulticastDNSKit.git" ~ > 1.3 . 1
34
+ git " https://github.com/grandcentrix/GCXMulticastDNSKit.git" ~ > 1.4 . 0
35
35
36
36
```
37
37
You can’t perform that action at this time.
0 commit comments