Skip to content

Commit

Permalink
[Update] REComposeViewController (2.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Apr 8, 2013
1 parent 15db6b7 commit 7d2229e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions REComposeViewController/2.0.1/REComposeViewController.podspec
@@ -0,0 +1,25 @@
Pod::Spec.new do |s|
s.name = "REComposeViewController"
s.version = "2.0.1"
s.summary = "Sharing composers for the rest of us."
s.homepage = "https://github.com/romaonthego/REComposeViewController"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Roman Efimov" => "" }
s.description = <<-DESC
Replicates functionality of SLComposeViewController introduced in iOS 6.0. You can create composers
for any social network out there. REComposeViewController doesn't provide logic for sharing, only
its visual part.
DESC

s.platform = :ios, '5.0'
s.ios.deployment_target = '5.0'
s.requires_arc = true

s.source = { :git => "https://github.com/romaonthego/REComposeViewController.git",
:tag => "2.0.1" }

s.source_files = 'REComposeViewController'
s.public_header_files = 'REComposeViewController/*.h'

s.resources = "REComposeViewController/REComposeViewController.bundle"
end

0 comments on commit 7d2229e

Please sign in to comment.