Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tattn committed Sep 19, 2018
1 parent 2b0dce4 commit c0c3a42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions SwipeTransition.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwipeTransition'
s.version = '0.2.10'
s.version = '0.3.0'
s.summary = 'Allows trendy transitions using swipe gesture such as "swipe back".'

s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ SwipeTransition allows trendy transitions using swipe gesture such as "swipe bac

s.ios.deployment_target = '8.0'

s.source_files = 'Sources/SwipeTransition/**/*'
s.source_files = 'Sources/SwipeTransition/**/*.{swift,h,m}'

s.public_header_files = 'Sources/SwipeTransition/**/*.h'
s.frameworks = 'UIKit'
Expand Down
4 changes: 2 additions & 2 deletions SwipeTransitionAutoSwipeBack.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwipeTransitionAutoSwipeBack'
s.version = '0.2.10'
s.version = '0.3.0'
s.summary = 'Allows trendy transitions using swipe gesture such as "swipe back".'

s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ SwipeTransition allows trendy transitions using swipe gesture such as "swipe bac

s.ios.deployment_target = '8.0'

s.source_files = 'Sources/Automation/AutoSwipeBack/**/*'
s.source_files = 'Sources/Automation/AutoSwipeBack/**/*.{swift,h,m}'

s.public_header_files = 'Sources/Automation/AutoSwipeBack/**/*.h'
s.frameworks = 'UIKit'
Expand Down
4 changes: 2 additions & 2 deletions SwipeTransitionAutoSwipeToDismiss.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwipeTransitionAutoSwipeToDismiss'
s.version = '0.2.10'
s.version = '0.3.0'
s.summary = 'Allows trendy transitions using swipe gesture such as "swipe back".'

s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ SwipeTransition allows trendy transitions using swipe gesture such as "swipe bac

s.ios.deployment_target = '8.0'

s.source_files = 'Sources/Automation/AutoSwipeToDismiss/**/*'
s.source_files = 'Sources/Automation/AutoSwipeToDismiss/**/*.{swift,h,m}'

s.public_header_files = 'Sources/Automation/AutoSwipeToDismiss/**/*.h'
s.frameworks = 'UIKit'
Expand Down

0 comments on commit c0c3a42

Please sign in to comment.