Skip to content

Commit

Permalink
[Add] Facebook-iOS-SDK (1.last - last version pre-3.0 SDK design)
Browse files Browse the repository at this point in the history
  • Loading branch information
andiradulescu committed Sep 29, 2012
1 parent 1be7eb8 commit b289d5a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Facebook-iOS-SDK/1.last/Facebook-iOS-SDK.podspec
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'Facebook-iOS-SDK'
s.version = '1.last'
s.platform = :ios
s.license = 'Apache License, Version 2.0'
s.summary = 'The iOS SDK provides Facebook Platform support for iOS apps. ' \
'It enables you to access the Facebook Platform APIs including the Graph API, FQL, and Dialogs.' \
'1.last marks the final commit on the pre-3.0 SDK design.'
s.homepage = 'http://developers.facebook.com/docs/reference/iossdk'
s.author = 'Facebook'

s.source = { :git => 'https://github.com/facebook/facebook-ios-sdk.git', :tag => 'v1.last' }

s.source_files = 'src/*.{h,m}'
s.resource = 'src/FBDialog.bundle'


s.dependency 'SBJson', '2.2.3'
end

0 comments on commit b289d5a

Please sign in to comment.