Skip to content

Commit

Permalink
Add v0.1.0 podSpec file
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Mar 20, 2014
1 parent 53cc400 commit 499390d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions XHDrawerController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "XHDrawerController"
s.version = "0.1.0"
s.summary = "Integrate easily a sliding panel controller mechanism in your project!"
s.homepage = "https://github.com/JackTeam/XHDrawerController"
s.license = "MIT"
s.authors = { "xhzengAIB" => "xhzengAIB@gmail.com" }
s.source = { :git => "https://github.com/JackTeam/XHDrawerController.git", :tag => "v0.1.0" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '5.0'
s.source_files = 'Source'
s.resources = 'Source/Resources/*'
s.requires_arc = true
end

0 comments on commit 499390d

Please sign in to comment.