Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
iq3addLi committed May 17, 2017
1 parent 1d8e73b commit 116603e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebStruct.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'WebStruct'
spec.version = '0.4.0'
spec.version = '0.5.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/iq3addLi/WebStruct'
spec.authors = { 'iq3' => 'iq3@addli.co.jp' }
spec.summary = 'Initialize Swift struct with Web API'
spec.source = { :git => 'https://github.com/iq3addLi/WebStruct.git', :tag => '0.4.0' }
spec.source = { :git => 'https://github.com/iq3addLi/WebStruct.git', :tag => '0.5.0' }
spec.source_files = 'Sources/*.swift'

spec.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 116603e

Please sign in to comment.