Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
Adding pod spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Kluz authored and Philip Kluz committed Oct 22, 2013
1 parent bd9bd60 commit 588c297
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PKRevealController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'PKRevealController'
spec.version = '2.0.0'
spec.authors = { 'Philip Kluz' => '[email protected]' }
spec.homepage = 'https://github.com/pkluz/PKRevealController'
spec.summary = 'The second version of one of the most popular view controller containers for iOS, enabling you to present multiple controllers on top of one another. It is easy to set-up and highly flexible.'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.requires_arc = true
spec.source = { :git => 'https://github.com/pkluz/PKRevealController.git', :tag => "v#{spec.version}" }
spec.source_files = 'Source/**/*.{h,m}'
end

0 comments on commit 588c297

Please sign in to comment.