-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathAppz.podspec
More file actions
21 lines (17 loc) · 805 Bytes
/
Appz.podspec
File metadata and controls
21 lines (17 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "Appz"
s.version = "3.2.0"
s.summary = "Deeplinking to external applications made easy!"
s.description = <<-DESC
Appz makes it easy to open external applications with web fallback
support, including deeplinking. Get started with the docs or associated
playgrounds to quickly make the most out of this library.
DESC
s.homepage = "http://kitz.io"
s.license = "MIT"
s.author = { "Maz Jaleel" => "mazjaleel@gmail.com" }
s.social_media_url = "http://twitter.com/SwiftKitz"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/SwiftKitz/Appz.git", :tag => "v3.2.0" }
s.source_files = "Appz/Appz/**/*.swift"
end