Skip to content

Commit

Permalink
+ added KGFloatingDrawer.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
skofgar committed Sep 3, 2015
1 parent daec063 commit 84ec8ea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions skofgar+KGFloatingDrawer/0.14/KGFloatingDrawer.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "KGFloatingDrawer"
s.version = "0.1.4"
s.summary = "A flioating navigation drawer with an interesting animated presentation written in Swift. (This is a fork from: https://github.com/KyleGoddard/KGFloatingDrawer by KyleGoddard of version 0.1.3)"
s.homepage = "https://github.com/skofgar/KGFloatingDrawer"
s.screenshots = [""]
s.license = {:type => "MIT" }
s.author = { "" => "" }

s.requires_arc = true
s.platform = :ios, "9.0"
s.ios.deployment_target = "9.0"

s.source = { :git => "https://github.com/skofgar/KGFloatingDrawer.git", :tag => s.version.to_s }
s.source_files = "Pod/Classes/"
end

0 comments on commit 84ec8ea

Please sign in to comment.