Skip to content

Commit c9830f8

Browse files
author
Siddharth Gupta
committed
Pod-Merge 0.0.4
- Automatically adds the `MergeFile` to your generated Pods project (just like your `Podfile`) - Adds support for fixing Swift modular imports (`import xxxx`) when the `has_dependencies!` flag is specified - Adds a group using `swift_version!` & `has_dependencies!` flags in the example project
1 parent f0f080d commit c9830f8

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Change Log
22

3+
## [0.0.4](https://github.com/grab/cocoapods-pod-merge/releases/tag/0.0.4)
4+
5+
Released on 2019-11-09.
6+
7+
- Automatically adds the `MergeFile` to your generated Pods project (just like your `Podfile`)
8+
- Adds support for fixing Swift modular imports (`import xxxx`) when the `has_dependencies!` flag is specified [#10](https://github.com/grab/cocoapods-pod-merge/issues/10)
9+
- Adds a group using `swift_version!` & `has_dependencies!` flags in the [example project](https://github.com/grab/cocoapods-pod-merge/tree/master/PodMergeExample)
10+
311
## [0.0.3](https://github.com/grab/cocoapods-pod-merge/releases/tag/0.0.3)
412

513
Released on 2019-11-06.
614

715
- Adds a new flag `swift_version!` to manually set the Swift version of a merge group [#5](https://github.com/grab/cocoapods-pod-merge/issues/5)
8-
- Fixes an issue with the `.modulemap` unable to compile when a pod contains `+` in it's name. [#8](https://github.com/grab/cocoapods-pod-merge/issues/8)
16+
- Fixes an issue with the `.modulemap` unable to compile when a pod contains `+` in it's name [#8](https://github.com/grab/cocoapods-pod-merge/issues/8)
917

1018
## [0.0.2](https://github.com/grab/cocoapods-pod-merge/releases/tag/0.0.2)
1119
Released on 2019-10-28.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-pod-merge (0.0.3)
4+
cocoapods-pod-merge (0.0.4)
55

66
GEM
77
remote: https://rubygems.org/

PodMergeExample/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
cocoapods-pod-merge (0.0.3)
4+
cocoapods-pod-merge (0.0.4)
55

66
GEM
77
remote: https://rubygems.org/

lib/cocoapods-pod-merge/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Use of this source code is governed by an MIT-style license that can be found in the LICENSE file
33

44
module CocoapodsPodMerge
5-
VERSION = "0.0.3"
5+
VERSION = "0.0.4"
66
end

0 commit comments

Comments
 (0)