Skip to content

Commit

Permalink
Podspec created
Browse files Browse the repository at this point in the history
  • Loading branch information
Josip Bernat committed Feb 5, 2015
1 parent 1ccbb4e commit 8f0062e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions JBPerformanceLogger.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "JBPerformanceLogger"
s.version = "1.0.0"
s.summary = "Performance logger suitable for measuring number of frames per second in iOS applications."
s.homepage = "https://github.com/josipbernat/JBPerformanceLogger"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Josip Bernat" => "josip.bernat@gmail.com" }
s.social_media_url = "http://twitter.com/josipbernat"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/josipbernat/JBPerformanceLogger.git", :tag => "v1.0.0" }
s.source_files = 'JBPerformanceLogger/JBPerformanceLogger/**/*.{h,m}'
s.requires_arc = true
s.dependency "PureLayout"
end

0 comments on commit 8f0062e

Please sign in to comment.