Skip to content

Commit

Permalink
Fix Overline-BlockKit 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakaito committed Sep 24, 2013
1 parent 6b600bd commit 76ca93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Overline-BlocksKit/0.3.0/Overline-BlocksKit.podspec
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.platform = :ios
s.author = { "KAZUMA Ukyo" => "yaakaito@gmail.com" }
s.source = { :git => "https://github.com/yaakaito/Overline.git", :tag => "0.3.0" }
s.source_files = 'Overline', 'Overline/**/*.{h,m}', 'Header/Overline.h'
s.source_files = 'Overline', 'Overline/Over/**/*.{h,m}', 'Header/Overline+BlocksKit.h'
s.public_header_files = 'Overline/**/*.h', 'Header/Overline.h'
s.requires_arc = true
end
end

0 comments on commit 76ca93e

Please sign in to comment.