Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Release 0.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
canalesb93 committed Nov 12, 2015
1 parent e590d34 commit 9791090
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
File renamed without changes.
25 changes: 25 additions & 0 deletions Mantle.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#
# Be sure to run `pod spec lint Mantle.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#

Pod::Spec.new do |s|

s.name = "Mantle"
s.version = "0.0.1"
s.summary = "A simple modal closable by dragging."

s.homepage = "https://github.com/canalesb93/MantleModal"
s.screenshots = "http://imgur.com/tZr1ns4.gif"
s.license = { :type => 'MIT' }
s.author = { "Ricardo Canales" => "[email protected]" }
s.platform = :ios, '9.0'
s.source = { :git => "https://github.com/canalesb93/MantleModal.git", :tag => s.version.to_s }

s.source_files = "Classes", "Classes/**/*.{h,m}"
s.exclude_files = "Classes/Exclude"

end

0 comments on commit 9791090

Please sign in to comment.