forked from timonus/TJActivityViewController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTJActivityViewController.podspec
More file actions
27 lines (14 loc) · 735 Bytes
/
Copy pathTJActivityViewController.podspec
File metadata and controls
27 lines (14 loc) · 735 Bytes
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 = "TJActivityViewController"
s.version = "1.0.1"
s.summary = "TJActivityViewController is a handy subclass of UIActivityViewController for simple customization for the iOS share sheet."
s.homepage = "https://github.com/timonus/TJActivityViewController"
s.license = { :type => "BSD 3-Clause License", :file => "LICENSE" }
s.author = { "Tim Johnsen" => "https://twitter.com/timonus" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/timonus/TJActivityViewController.git", :tag => "1.0.1" }
s.source_files = "*.{h,m}"
s.public_header_files = "*.h"
s.frameworks = "Foundation", "UIKit"
s.requires_arc = true
end