Skip to content

Commit

Permalink
Upload podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinslions committed May 19, 2018
1 parent ab87521 commit 25cf76f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
22 changes: 22 additions & 0 deletions SLPhotoSelection.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
# Be sure to run `pod spec lint SLPhotoSelection.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 = "SLPhotoSelection"
s.version = "1.0.0"
s.summary = "Create easy and fast an SLPhotoSelection."
s.description = "A great lib to show and manage selections images and videos."
s.homepage = "https://github.com/agustinslions/SLPickerView.git"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { "agustinslions" => "agustinslions@gmail.com" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/agustinslions/SLPhotoSelection.git", :tag => "1.0.0" }
s.source_files = "SLPhotoSelection/SLPhotoSelection/**/*.{h,m}"
s.resources = ["SLPhotoSelection/SLPhotoSelection/**/*.{storyboard,xib}"]
s.requires_arc = true
end
Binary file not shown.
Binary file modified SLPhotoSelection/.DS_Store
Binary file not shown.
Binary file modified SLPhotoSelection/SLPhotoSelection/.DS_Store
Binary file not shown.
Binary file not shown.

0 comments on commit 25cf76f

Please sign in to comment.