Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Oct 4, 2017
1 parent 255415c commit 41fea75
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions DragDropUI.podspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
Pod::Spec.new do |s|

s.name = 'DragDropUI'
s.version = '1.0.2'
s.summary = 'A set of iOS UI components which have drop & drop capability'
s.homepage = 'https://github.com/abdullahselek/DragDropUI'
s.license = {
s.name = 'DragDropUI'
s.version = '1.0.3'
s.summary = 'A set of iOS UI components which have drop & drop capability'
s.homepage = 'https://github.com/abdullahselek/DragDropUI'
s.license = {
:type => 'MIT',
:file => 'LICENSE'
}
s.author = {
s.author = {
'Abdullah Selek' => 'abdullahselek@yahoo.com'
}
s.source = {
s.source = {
:git => 'https://github.com/abdullahselek/DragDropUI.git',
:tag => s.version.to_s
}
s.ios.deployment_target = '8.0'
s.source_files = 'DragDropUI/*.{h,swift}'
s.requires_arc = true
s.ios.deployment_target = '9.0'
s.source_files = 'DragDropUI/*.{h,swift}'
s.requires_arc = true

end

0 comments on commit 41fea75

Please sign in to comment.