This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e590d34
commit 9791090
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |