Skip to content

Commit

Permalink
Trying to fix errors in pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhasin2 committed Jan 1, 2017
1 parent 4bfe156 commit 5c4f176
Show file tree
Hide file tree
Showing 18 changed files with 898 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NBNavigationController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NBNavigationController'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'Navigation controller with custom transition'

s.description = <<-DESC
Expand All @@ -13,6 +13,6 @@ This NBNavigationController supports custom transition.
s.source = { :git => 'https://github.com/nbhasin2/NBNavigationController.git', :tag => s.version.to_s }

s.ios.deployment_target = '10.0'
s.source_files = 'NBNavigationController/*.swift'
s.source_files = 'NBNavigationController/NBNavigationController/Transitions/*.swift'

end
Loading

0 comments on commit 5c4f176

Please sign in to comment.