Skip to content

Commit

Permalink
Add missing OS X frameworks directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
wharris committed Oct 22, 2013
1 parent 790bb82 commit be6f67b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CSApi.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.7'
s.source_files = 'Classes', 'CSApi/**/*.{h,m}'
s.public_header_files = 'CSApi/CSApi.h'
s.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Foundation'
s.ios.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Foundation'
15
s.osx.frameworks = 'AppKit', 'CoreServices', 'SystemConfiguration', 'Foundation'
s.requires_arc = true
s.dependency 'AFNetworking', '1.3.2'
s.dependency 'HyperBek'
Expand Down

0 comments on commit be6f67b

Please sign in to comment.