Skip to content

Commit

Permalink
Add CSNJQFormatter
Browse files Browse the repository at this point in the history
  • Loading branch information
griffin-stewie committed Mar 31, 2014
1 parent 649a140 commit 92b4a58
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CSNJQFormatter/0.0.1/CSNJQFormatter.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "CSNJQFormatter"
s.version = "0.0.1"
s.summary = "format JSON string to easy to read for jq."
s.homepage = "https://github.com/griffin-stewie/CSNJQFormatter"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "griffin-stewie" => "panterathefamilyguy@gmail.com" }
s.social_media_url = "http://twitter.com/griffin_stewie"
s.ios.deployment_target = '6.0'
s.source = { :git => "https://github.com/griffin-stewie/CSNJQFormatter.git", :tag => "#{s.version}" }
s.source_files = 'CSNJQFormatter'
s.requires_arc = true
end

0 comments on commit 92b4a58

Please sign in to comment.