Skip to content

Commit

Permalink
Added Facebook-iOS-SDK v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dflems committed Aug 24, 2012
1 parent 2e28bc4 commit a3acd6c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Facebook-iOS-SDK/3.0.8/Facebook-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'Facebook-iOS-SDK'
s.version = '3.0.8'
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.0.8' }
s.source_files = 'src/*.{h,m}'
s.resource = 'src/FacebookSDKResources.bundle'
s.library = 'sqlite3.0'
s.header_dir = 'FacebookSDK'
s.dependency 'SBJson', '2.2.3'
end

0 comments on commit a3acd6c

Please sign in to comment.