Skip to content

Commit

Permalink
[Update] PSPDFKit (3.6.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
steipete committed Mar 17, 2014
1 parent 1176160 commit 9c3e643
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions PSPDFKit/3.6.1/PSPDFKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Pod::Spec.new do |s|
s.name = "PSPDFKit"
s.version = "3.6.1"
s.homepage = "http://pspdfkit.com"
s.license = { :type => 'Commercial', :file => 'PSPDFKit.embeddedframework/PSPDFKit.framework/Resources/LICENSE' }
s.author = { "PSPDFKit GmbH" => "[email protected]" }
s.summary = "The leading framework for displaying and annotating PDFs in your iOS apps."

s.description = <<-DESC
The leading framework for displaying and annotating PDFs in your iOS apps.
DESC
s.screenshots = "http://pspdfkit.com/images/frontpage/heroshot_pspdfkit_ipadmini.jpg", "http://pspdfkit.com/images/frontpage/heroshot_pspdfkit_iphone5.png"

s.platform = :ios, '6.0'
s.source = { :http => "https://customers.pspdfkit.com/download/3.6.1.zip" }

s.preserve_paths = 'PSPDFKit.embeddedframework/PSPDFKit.framework'
s.public_header_files = 'PSPDFKit.embeddedframework/PSPDFKit.framework/Versions/A/Headers/*.h'
s.resource = 'PSPDFKit.embeddedframework/PSPDFKit.framework/Versions/A/Resources/PSPDFKit.bundle'
s.vendored_frameworks = 'PSPDFKit.embeddedframework/PSPDFKit.framework'

s.library = 'z', 'sqlite3', 'xml2'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/PSPDFKit/**"',
'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
s.frameworks = 'QuartzCore', 'CoreText', 'CoreMedia', 'MediaPlayer', 'AVFoundation', 'ImageIO', 'MessageUI',
'CoreGraphics', 'Foundation', 'CFNetwork', 'MobileCoreServices', 'SystemConfiguration',
'AssetsLibrary', 'Security', 'UIKit', 'AudioToolbox', 'QuickLook', 'CoreTelephony', 'Accelerate'
s.requires_arc = true
end

0 comments on commit 9c3e643

Please sign in to comment.