Skip to content

Commit

Permalink
Fixed issue in podspec where certain source files needed to be exclud…
Browse files Browse the repository at this point in the history
…ed per os.
  • Loading branch information
cnoon committed Sep 6, 2015
1 parent 209ce52 commit 13b3b43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AlamofireImage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/Alamofire/AlamofireImage.git', :tag => s.version }
s.source_files = 'Source/*.swift'

s.osx.exclude_files = 'Source/UIImage*.swift'
s.watchos.exclude_files = 'Source/UIImageView+AlamofireImage.swift'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '2.0'
Expand Down

0 comments on commit 13b3b43

Please sign in to comment.