[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/SwipeCellKit/SwipeCellKit/develop/SwipeCellKit.podspec [Back]  [Original]

Pod::Spec.new do |s|
   s.name = 'SwipeCellKit'
   s.version = '2.7.1'
   s.license = 'MIT'

   s.summary = 'Swipeable UITableViewCell based on the stock Mail.app, implemented in Swift.'
   s.homepage = 'https://github.com/SwipeCellKit/SwipeCellKit'
   s.documentation_url = 'https://swipecellkit.github.io/SwipeCellKit/'
   s.social_media_url = 'https://twitter.com/mkurabi'
   s.author = 'Mohammad Kurabi'

   s.source = { :git => 'https://github.com/SwipeCellKit/SwipeCellKit.git', :tag => s.version }
   s.source_files = 'Source/*.swift'

   s.swift_version = '5.0'

   s.ios.deployment_target = '9.0'
end

Web Proxy Viewer  |  New URL  |  Original Page