Skip to content

Commit

Permalink
Solve issue #722 of duplicated flicker files
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuquert committed Dec 13, 2012
1 parent c02b7ac commit a6bad50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShareKit/2.0/ShareKit.podspec
Expand Up @@ -29,8 +29,8 @@ Pod::Spec.new do |s|

s.subspec 'Flickr' do |flickr|
flickr.source_files = 'Classes/ShareKit/Sharers/Services/Flickr/**/*.{h,m}'
flickr.framework = 'CFNetwork'
flickr.dependency 'objectiveflickr'
flickr.framework = 'SystemConfiguration', 'CFNetwork'
flickr.dependency 'objectiveflickr', "2.0.2"
end

s.subspec 'Foursquare' do |foursquare|
Expand Down

0 comments on commit a6bad50

Please sign in to comment.