Skip to content

Commit

Permalink
Update podspec to include all source files
Browse files Browse the repository at this point in the history
Closes #35
  • Loading branch information
isair committed Oct 2, 2015
1 parent 8e0339f commit 6c8c4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MobilePlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.platform = :ios, '8.0'
s.requires_arc = true
s.frameworks = 'UIKit', 'MediaPlayer'
s.source_files = 'MobilePlayer'
s.source_files = 'MobilePlayer/**/*.swift'
end

0 comments on commit 6c8c4b8

Please sign in to comment.