Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvelloff committed Jun 23, 2016
1 parent 76e7a49 commit 67bb205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Disc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.platform = :ios
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/the-grid/Disc.git", :tag => "#{s.version}" }
s.source_files = "Classes", "Disc/**/*.swift"
s.source_files = "Classes", "Disc/**/*.{h,m,Swift}"
s.requires_arc = true
s.dependency "Swish", "~> 1.0.0"
s.dependency "Argo", "~> 3.0.0"
Expand Down

0 comments on commit 67bb205

Please sign in to comment.