Skip to content

Commit

Permalink
Merge pull request #3709 from sbossak-thrillist/fork
Browse files Browse the repository at this point in the history
Update Facebook to 3.7.1
  • Loading branch information
keith committed Aug 23, 2013
2 parents 467190c + 9d7f6f5 commit 54f61b9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Facebook-iOS-SDK/3.7.1/Facebook-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'Facebook-iOS-SDK'
s.version = '3.7.1'
s.platform = :ios
s.license = 'Apache License, Version 2.0'
s.summary = 'The iOS SDK provides Facebook Platform support for iOS apps.'
s.description = 'The Facebook SDK for iOS enables you to access the Facebook Platform APIs including the Graph API, FQL, and Dialogs.'
s.homepage = 'http://developers.facebook.com/docs/reference/iossdk'
s.author = 'Facebook'
s.source = { :git => 'https://github.com/facebook/facebook-ios-sdk.git', :tag => 'sdk-version-3.7.1' }
s.source_files = 'src/*.{h,m}', 'src/Base64/*.{h,m}', 'src/Cryptography/*.{h,m}'
s.resources = 'src/FacebookSDKResources.bundle', 'src/FBUserSettingsViewResources.bundle'
s.header_dir = 'FacebookSDK'
s.weak_frameworks = 'Accounts', 'AdSupport', 'Social', 'Security'
s.framework = 'CoreLocation'
s.prepare_command = "find src -name \\*.png | grep -v @ | grep -v -- - | sed -e 's|\\(.*\\)/\\([a-zA-Z0-9]*\\).png|python scripts/image_to_code.py -i \\1/\\2.png -c \\2 -o src|' | sh"
end

0 comments on commit 54f61b9

Please sign in to comment.