Skip to content
Find file
69fdd6e
22 lines (17 sloc) 805 Bytes
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.