Skip to content

Commit

Permalink
podspec file added
Browse files Browse the repository at this point in the history
  • Loading branch information
manishbhande committed Jun 1, 2019
1 parent 3e2641d commit ecfdbd4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MBPDFGenerator.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'MBPDFGenerator'
s.version = '1.0'
s.summary = 'This generates PDF from UIViewController using native code.'
s.homepage = 'https://github.com/swifty-iOS/MBPDFGenerator'
s.license = 'MIT'
s.author = { 'Swifty-iOS' => '[email protected]' }
s.ios.deployment_target = '10.0'
s.source= { :git => 'https://github.com/swifty-iOS/MBPDFGenerator.git', :tag => s.version }
s.source_files = 'Source/*.swift'
s.swift_version = '5.0'
end

0 comments on commit ecfdbd4

Please sign in to comment.