Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pvzig committed Oct 3, 2015
1 parent c64e536 commit 34c5695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SlackKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.requires_arc = true
s.source_files = 'SlackKit/**/*'
s.source_files = 'SlackKit/*.swift'
s.frameworks = 'Foundation'
s.dependency 'Starscream', '~> 1.0.1'
end

0 comments on commit 34c5695

Please sign in to comment.