Skip to content

Commit

Permalink
Merge pull request #22 from intercom/james/1.1.0
Browse files Browse the repository at this point in the history
Bump version to 1.1.0
  • Loading branch information
jtreanor authored Sep 21, 2020
2 parents c2c11db + 93860d3 commit 854bc2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-mangle (1.0.1)
cocoapods-mangle (1.1.0)
cocoapods (~> 1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods_mangle/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module CocoapodsMangle
NAME = 'cocoapods-mangle'
VERSION = '1.0.1'
VERSION = '1.1.0'
end
2 changes: 1 addition & 1 deletion spec/fixtures/objc-pod/ManglePod.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = 'Apache'
s.author = { 'James Treanor' => '[email protected]' }
s.source = { git: '[email protected]:intercom/cocoapods-mangle.git' }
s.platform = :ios, '8.0'
s.platform = :ios, '10.0'
s.requires_arc = true
s.source_files = 'Source/**/*.{h,m}'
end
2 changes: 1 addition & 1 deletion spec/fixtures/swift-pod/ManglePod.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = 'Apache'
s.author = { 'James Treanor' => '[email protected]' }
s.source = { git: '[email protected]:intercom/cocoapods-mangle.git' }
s.platform = :ios, '8.0'
s.platform = :ios, '10.0'
s.requires_arc = true
s.swift_version = '5.0'
s.source_files = 'Source/*.{swift}'
Expand Down

0 comments on commit 854bc2d

Please sign in to comment.