Skip to content

Commit

Permalink
fix issue #17
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlprliu authored and kzaher committed Nov 28, 2017
1 parent 45cc932 commit f9aed57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxFeedback.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/kzaher/RxFeedback.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
s.source_files = "Sources/**/*.swift"
s.frameworks = "Foundation"

s.dependency 'RxSwift', '~> 4.0'
Expand Down

0 comments on commit f9aed57

Please sign in to comment.