Skip to content

Commit

Permalink
Updated Podspec for version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexito4 committed Nov 4, 2015
1 parent 25d245e commit ec87676
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions AMPPreviewController.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
Pod::Spec.new do |s|

s.name = 'AMPPreviewController'
s.version = '0.3'
s.version = '0.4'
s.summary = 'AMPPreviewController is a subclass of QLPreviewController that allows you to preview remote documents.'
#s.description = <<-DESC
# A little class to use the Imageholder API in your Apps.
# DESC
s.homepage = "https://github.com/alexito4/AMPPreviewController"
#s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "Alejandro Martinez" => "[email protected]" }
s.source = { :git => "https://github.com/alexito4/AMPPreviewController.git", :tag => s.version.to_s }
Expand All @@ -27,5 +23,4 @@ Pod::Spec.new do |s|
s.osx.exclude_files = 'Classes/ios'
s.public_header_files = 'Classes/**/*.h'
s.framework = 'UIKit', 'QuickLook'
# s.dependency 'JSONKit', '~> 1.4'
end

0 comments on commit ec87676

Please sign in to comment.