Skip to content

Commit

Permalink
Fixed source files location in podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz committed Mar 21, 2014
1 parent 4b06722 commit aa2d43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INPopoverController.podspec
Expand Up @@ -5,8 +5,8 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/indragiek/INPopoverController'
s.author = { 'Indragie Karunaratne' => 'indragiek@gmail.com' }
s.source = { :git => 'https://github.com/indragiek/INPopoverController.git' }
s.source_files = '*.{h,m}'
s.public_header_files = '*.h'
s.source_files = 'INPopoverController/*.{h,m}'
s.public_header_files = 'INPopoverController/*.h'
s.platform = :osx
s.requires_arc = true
s.license = 'BSD'
Expand Down

0 comments on commit aa2d43e

Please sign in to comment.