Skip to content

Commit

Permalink
Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGorman committed May 31, 2015
1 parent 39f7c92 commit 8cd20b3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Agrume.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Pod::Spec.new do |s|

s.name = "Agrume"
s.version = "1.0.0"
s.summary = "An iOS image view written in Swift."

s.description = <<-DESC
An iOS image view written in Swift.
* Similar to the popular JTSImageViewController but with support for multiple images
DESC

s.homepage = "https://github.com/JanGorman/Agrume"

s.license = { :type => "MIT", :file => "LICENSE" }

s.author = { "Jan Gorman" => "[email protected]" }
s.social_media_url = "http://twitter.com/JanGorman"

s.platform = :ios, "8.0"

s.source = { :git => "https://github.com/JanGorman/Agrume.git", :tag => s.version}

s.source_files = "Classes", "Agrume/*.swift"

end

0 comments on commit 8cd20b3

Please sign in to comment.