-
Notifications
You must be signed in to change notification settings - Fork 2
/
BOShareComposer.podspec
30 lines (25 loc) · 1.13 KB
/
BOShareComposer.podspec
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
28
29
30
#
# Be sure to run `pod lib lint BOShareComposer.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'BOShareComposer'
s.version = '0.3.4'
s.summary = 'A simple text + URL share composer'
s.description = <<-DESC
Composer like share to do custom shares, example: share via direct message twitter they dont have
any composer to send direct messages
DESC
s.homepage = 'https://github.com/bmoliveira/BOShareComposer'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Bruno Oliveira' => '[email protected]' }
s.source = { :git => 'https://github.com/bmoliveira/BOShareComposer.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/_bmoliveira'
s.ios.deployment_target = '8.0'
s.source_files = 'BOShareComposer/Classes/**/*'
s.dependency 'SnapKit', '= 0.21.1'
s.dependency 'Kanna', '~> 1.1'
end