Skip to content

Commit

Permalink
Requires CFNetwork
Browse files Browse the repository at this point in the history
Projects that use this fail without the CFNetwork framework
  • Loading branch information
brianantonelli committed Nov 15, 2012
1 parent 36396c7 commit 3546319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objectiveflickr/2.0.2/objectiveflickr.podspec
Expand Up @@ -26,6 +26,6 @@ Pod::Spec.new do |s|
s.platform = :ios s.platform = :ios
s.source_files = 'Source/*.{h,m}' , 'LFWebAPIKit/*.{h,m}' s.source_files = 'Source/*.{h,m}' , 'LFWebAPIKit/*.{h,m}'
s.resources = 'BridgeSupport' s.resources = 'BridgeSupport'
s.framework = 'SystemConfiguration' s.frameworks = 'SystemConfiguration', 'CFNetwork'


end end

0 comments on commit 3546319

Please sign in to comment.