We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a25039 commit ab8ef61Copy full SHA for ab8ef61
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [0.0.2](https://github.com/grab/cocoapods-pod-merge/releases/tag/0.0.2)
4
+Released on 2019-10-28.
5
+
6
+- Fixes an issue when the `resource` property in a Podspec is a `String`
7
8
## [0.0.1](https://github.com/grab/cocoapods-pod-merge/releases/tag/0.0.1)
9
Released on 2019-10-12.
10
lib/cocoapods-pod-merge/gem_version.rb
@@ -2,5 +2,5 @@
# Use of this source code is governed by an MIT-style license that can be found in the LICENSE file
module CocoapodsPodMerge
- VERSION = "0.0.1"
+ VERSION = "0.0.2"
end
0 commit comments