Skip to content

Commit

Permalink
Fix Podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed May 21, 2016
1 parent 62ee6b1 commit a4dedab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactiveKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'

s.source_files = 'Sources/*.swift', 'ReactiveKit/*.h'
s.source_files = 'Sources/*.swift', 'ReactiveKit/*.{h,m}'
s.requires_arc = true
end

0 comments on commit a4dedab

Please sign in to comment.