Skip to content

Commit

Permalink
[Add] SESpringBoard (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Huang committed Nov 29, 2012
1 parent d47b39d commit 27f214e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SESpringBoard/0.0.1/SESpringBoard.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "SESpringBoard"
s.version = "0.0.1"
s.summary = "A super easy to use launcher for your iOS projects."
s.homepage = "http://www.apperto.com"

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Sarp Erdag" => "sarp.erdag@apperto.com" }
s.source = { :git => "https://github.com/sarperdag/SESpringBoard.git", :commit => "8452c8b455bda40e0c4b29674fb0842901d09944" }
s.platform = :ios

s.source_files = 'SESpringBoardDemo/SESpringBoard'
s.resources = "SESpringBoardDemo/SESpringBoard/*.png"
end

0 comments on commit 27f214e

Please sign in to comment.