Skip to content

Commit

Permalink
add podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyamagu committed Dec 29, 2015
1 parent 8da570d commit 6df3069
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions KYNavigationProgress.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "KYNavigationProgress"
s.version = "1.0.0"
s.summary = "KYNavigationProgress is simple extension of UINavigationController to display progress on the UINavigationBar."
s.homepage = "https://github.com/ykyouhei/KYNavigationProgress"
s.license = "MIT"
s.author = { "Kyohei Yamaguchi" => "[email protected]" }
s.social_media_url = "https://twitter.com/kyo__hei"
s.platform = :ios
s.source = { :git => "https://github.com/ykyouhei/KYNavigationProgress.git", :tag => s.version.to_s }
s.source_files = "KYDrawerController/*.swift"
s.requires_arc = true
s.ios.deployment_target = '8.0'
end

0 comments on commit 6df3069

Please sign in to comment.