Add Facebook iOS SDK (3.1.7)

This commit is contained in:
Richard Lee 2014-08-22 01:00:11 +08:00
parent ee59038faf
commit f5e2f21aea
1 changed files with 10 additions and 0 deletions

10
Casks/facebook-ios-sdk.rb Normal file
View File

@ -0,0 +1,10 @@
class FacebookIosSdk < Cask
version '3.17'
sha256 '6c5ffc79d1bdfd7cc11558392c0ae546e8b72e6c1b9bb0349c55e6f027944be0'
url 'https://developers.facebook.com/resources/facebook-ios-sdk-3.17.pkg'
homepage 'https://developers.facebook.com/docs/ios'
install 'facebook-ios-sdk-3.17.pkg'
uninstall :pkgutil => 'com.facebook.sdk.pkg'
end