Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunon committed May 28, 2019
1 parent c151a8e commit d16032a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.0
3 changes: 2 additions & 1 deletion CXCTAssertAutolayout.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Pod::Spec.new do |s|
s.name = 'CXCTAssertAutolayout'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'Provides assert function that check memory leak in Swift.'
s.description = <<-DESC
Provides memory leak test cases for Swift.
Found memory leak objects from traverse object tree using Mirror.
DESC
s.homepage = 'https://github.com/tarunon/XCTAssertAutolayout'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
3 changes: 2 additions & 1 deletion XCTAssertAutolayout.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Pod::Spec.new do |s|
s.name = 'XCTAssertAutolayout'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'Provides assert function that check memory leak in Swift.'
s.description = <<-DESC
Provides memory leak test cases for Swift.
Found memory leak objects from traverse object tree using Mirror.
DESC
s.homepage = 'https://github.com/tarunon/XCTAssertAutolayout'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit d16032a

Please sign in to comment.