Initial repository spring clean (#415)

* Move SwipeCellKit & SlackTextViewController to Local Pods directory

* Move playgrounds to own folder

* Create podspec for MMMarkdown and move to Local Pods
This commit is contained in:
James Sherlock
2017-09-24 23:35:05 +01:00
committed by Ryan Nystrom
parent c2a8d3f87a
commit c28c088629
578 changed files with 4195 additions and 2488 deletions

View File

@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'SwipeCellKit'
s.version = '1.9.0'
s.license = 'MIT'
s.summary = 'Swipeable UITableViewCell based on the stock Mail.app, implemented in Swift.'
s.homepage = 'https://github.com/jerkoch/SwipeCellKit'
s.documentation_url = 'http://www.jerkoch.com/SwipeCellKit/'
s.social_media_url = 'https://twitter.com/jerkoch'
s.author = 'Jeremy Koch'
s.source = { :git => 'https://github.com/jerkoch/SwipeCellKit.git', :tag => s.version }
s.source_files = 'Source/*.swift'
s.ios.deployment_target = '9.0'
end