forked from wildthink/JDSActivityVC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJDSActivityVC.podspec
More file actions
17 lines (15 loc) · 817 Bytes
/
JDSActivityVC.podspec
File metadata and controls
17 lines (15 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "JDSActivityVC"
s.version = "0.4.3"
s.summary = "JDSActivityViewController is a lightweight UIActivityViewController subclass,
which can be configured to display a URL to be shared."
s.description = " This was inspired by Tweetbot and Tumblr's usage of this customization. I wanted to create my own version and open source it :) Feel free to make pull requests!"
s.homepage = "https://github.com/Jasdev/JDSActivityVC"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "Jasdev Singh"
s.social_media_url = "http://twitter.com/jasdev"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/Jasdev/JDSActivityVC.git", :tag => s.version.to_s }
s.source_files = "*.swift"
s.requires_arc = true
end