Skip to content
Permalink
|
Pod::Spec.new do |s| |
|
|
|
s.name = "Appz" |
|
s.version = "1.5.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 => "v1.5.0" } |
|
s.source_files = "Appz/Appz/**/*.swift" |
|
end |
Something went wrong with that request. Please try again.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.