Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohki Miki committed Feb 9, 2018
1 parent 989825f commit daf8774
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Puree.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "Puree"
s.version = "3.0.0"
s.summary = "Awesome log collector"
s.homepage = "https://github.com/cookpad/Puree-Swift"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Tomohiro Moro" => "[email protected]", "Kohki Miki" => "[email protected]" }
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/cookpad/Puree-Swift.git", :tag => "#{s.version}" }
s.source_files = "Sources/**/*.{h,swift}"
end

0 comments on commit daf8774

Please sign in to comment.