Skip to content

Commit

Permalink
Merge pull request #83 from supermarin/patch-2
Browse files Browse the repository at this point in the history
Update podspec to 1.2.3
  • Loading branch information
alexvollmer committed Dec 4, 2014
2 parents d8d73da + 645fbb2 commit 0dc6eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tuneup_js.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'tuneup_js'
spec.version = '1.2.2'
spec.version = '1.2.3'
spec.license = { :type => 'MIT' }
spec.homepage = 'http://www.tuneupjs.org'
spec.authors = {
Expand Down Expand Up @@ -45,7 +45,7 @@ Pod::Spec.new do |spec|
spec.summary = 'A JavaScript library to ease automated iOS UI testing with UIAutomation and Instruments.'
spec.source = {
:git => 'https://github.com/alexvollmer/tuneup_js.git',
:tag => '1.2.1'
:tag => '1.2.3'
}
spec.resources = '*.js', 'image_asserter', 'image_assertion.rb', 'test_runner/*'
spec.requires_arc = false
Expand Down

0 comments on commit 0dc6eee

Please sign in to comment.