Skip to content

Commit

Permalink
source files are duplicated.
Browse files Browse the repository at this point in the history
  • Loading branch information
katsuyoshi committed Aug 9, 2012
1 parent f014f02 commit b852d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIALBrowser/1.0/CIALBrowser.podspec
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { "Sylver Bruneau" => "sylver.bruneau@gmail.com" } s.author = { "Sylver Bruneau" => "sylver.bruneau@gmail.com" }
s.source = { :git => "https://github.com/sylverb/CIALBrowser.git", :tag => "v1.0" } s.source = { :git => "https://github.com/sylverb/CIALBrowser.git", :tag => "v1.0" }
s.platform = :ios s.platform = :ios
s.source_files = 'CIALBrowser', 'CIALBrowser/**/*.{h,m}' s.source_files = 'CIALBrowser/**/*.{h,m}'
s.resources = "CIALBrowser/*.bundle" s.resources = "CIALBrowser/*.bundle"
s.frameworks = 'MessageUI' s.frameworks = 'MessageUI'
end end

0 comments on commit b852d04

Please sign in to comment.