Skip to content

Commit

Permalink
updated pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
BarlowTucker committed Apr 28, 2016
1 parent 7daa38a commit 9b694ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JanePhotoBrowser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Pod::Spec.new do |s|
s.author = { "Jane" => "barlow@jane.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/jane/JanePhotoBrowser.git", :tag => "0.0.1" }
s.source_files = "Classes", "Classes/**/*.swift"
s.exclude_files = "Classes/Exclude"
s.source_files = "JanePhotoBrowser/JanePhotoBrowser/Classes/*.swift"
s.exclude_files = "JanePhotoBrowser/JanePhotoBrowser/Classes/Exclude"
end

0 comments on commit 9b694ab

Please sign in to comment.