forked from romaonthego/REActivityViewController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREActivityViewController.podspec
More file actions
27 lines (24 loc) · 1.22 KB
/
REActivityViewController.podspec
File metadata and controls
27 lines (24 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Pod::Spec.new do |s|
s.name = 'REActivityViewController'
s.version = '1.4.1'
s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' }
s.homepage = 'https://github.com/romaonthego/REActivityViewController'
s.summary = 'Open source alternative to UIActivityViewController, highly customizable and compatible with iOS 5.0.'
s.source = { :git => 'https://github.com/romaonthego/REActivityViewController.git',
:tag => '1.4.1' }
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = 'REActivityViewController'
s.public_header_files = 'REActivityViewController/*.h'
s.resources = "REActivityViewController/REActivityViewController.bundle", "REActivityViewController/Localizations/*.lproj"
s.ios.deployment_target = '5.0'
s.ios.frameworks = 'QuartzCore', 'AssetsLibrary', 'MessageUI', 'Twitter'
s.ios.weak_frameworks = 'Social'
s.dependency 'AFNetworking', '~> 1.1.0'
s.dependency 'Facebook-iOS-SDK', '~> 3.1.1'
s.dependency 'DEFacebookComposeViewController', '~> 1.0.0'
s.dependency 'REComposeViewController', '~> 1.1'
s.dependency 'PocketAPI', '~> 1.0.1'
s.dependency 'AFXAuthClient', '~> 1.0.4'
end