Skip to content

Commit

Permalink
Update podspec file for version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisburgos committed Apr 1, 2019
1 parent a2f9baf commit e0d64b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
4.0
4.0
6 changes: 3 additions & 3 deletions Bugle.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'Bugle'
s.version = '1.0.0'
s.version = '2.0.0'
s.summary = 'Bugle, is a helper for displaying alerts without writing boilerplate code.'
s.homepage = 'https://github.com/yellowme/Bugle'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Luis Burgos' => '[email protected]' }
s.source = { :git => 'https://github.com/yellowme/Bugle.git', :tag => s.version.to_s }

s.swift_version = '4.0'
s.ios.deployment_target = '10.0'
s.source_files = [
"Bugle/Sources/**/*.{swift,h,m,c}",
]

end
end

0 comments on commit e0d64b1

Please sign in to comment.