Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkonovalov committed Apr 2, 2016
1 parent 4a0bacb commit 559da25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MKDropdownMenu.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MKDropdownMenu"
s.version = "1.0"
s.version = "1.0.1"
s.summary = "Dropdown Menu for iOS"
s.description = <<-DESC
Dropdown Menu for iOS with many customizable parameters to suit any needs.
Expand All @@ -15,5 +15,5 @@ Dropdown Menu for iOS with many customizable parameters to suit any needs.
s.platform = :ios, '8.0'
s.requires_arc = true

s.source_files = 'MKDropdownMenu/**/*'
s.source_files = 'MKDropdownMenu/*'
end

0 comments on commit 559da25

Please sign in to comment.