Skip to content

Commit

Permalink
bump major version
Browse files Browse the repository at this point in the history
  • Loading branch information
banjun committed Oct 22, 2017
1 parent 02c66b1 commit b7cc04a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SwiftBeaker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftBeaker'
s.version = '1.0.0-beta.1'
s.version = '1.0.0'
s.summary = 'Swift client generator for API Blueprint'
s.description = <<-DESC
SwiftBeaker is a Swift client generator for API Blueprint.
Expand All @@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/banjun/SwiftBeaker.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/banjun'
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.11'
s.source_files = 'Pod/Classes/**/*.swift'
s.dependency 'APIKit'
s.dependency 'URITemplate'
Expand Down

0 comments on commit b7cc04a

Please sign in to comment.