Skip to content

Commit

Permalink
[Update] DEFacebookComposeViewController (1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Jan 27, 2013
1 parent 70a6770 commit 0523cbf
Showing 1 changed file with 24 additions and 0 deletions.
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = "DEFacebookComposeViewController"
s.version = "1.0.0"
s.summary = "The iOS 4 compatible Facebook Sheet."
s.description = <<-DESC
Facebook compose sheet view controller like in iOS 6.0.
DESC
s.homepage = "https://github.com/sakrist/FacebookSample"

s.license = 'Public Domain'
s.author = "Sakrist"
s.source = { :git => "https://github.com/sakrist/FacebookSample.git",
:tag => "1.0.0" }
s.platform = :ios

s.source_files = 'FacebookComposeViewController'
s.public_header_files = 'DEFacebookComposeViewController/*.h'

s.resources = "FacebookComposeViewController/Resources/*.png",
"FacebookComposeViewController/*.xib"

s.frameworks = 'Accounts'
s.dependency 'Facebook-iOS-SDK', '~> 3.1'
end

0 comments on commit 0523cbf

Please sign in to comment.