Skip to content

Commit

Permalink
Update Phrase.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
codyrobb authored Jan 13, 2017
1 parent bbb8261 commit 8d64aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Phrase.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'Phrase'
spec.version = '1.0.0'
spec.version = '2.0.0'
spec.license = { :type => 'Apache License, Version 2.0' }
spec.homepage = 'https://github.com/codyrobb/Phrase'
spec.authors = { 'Cody Robertson' => '[email protected]' }
spec.summary = 'A Swift templating library.'
spec.source = { :git => 'https://github.com/codyrobb/Phrase.git', :tag => '1.0.0' }
spec.source = { :git => 'https://github.com/codyrobb/Phrase.git', :tag => '2.0.0' }
spec.source_files = 'Sources/*'

spec.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 8d64aad

Please sign in to comment.