Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
BasThomas committed Nov 11, 2016
1 parent 982eced commit 792a83b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Analysis.podspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Pod::Spec.new do |s|
s.name = 'Analysis'
s.version = '0.1.0'
s.summary = 'Analyse your strings.'
s.name = "Analysis"
s.version = "0.1.0"
s.summary = "Analyse your strings."

s.description = <<-DESC
Analysis analyses strings, checking word count, sentence count, frequency of words and more.
DESC

s.homepage = 'https://github.com/BasThomas/Analysis'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Bas Broek' => '[email protected]' }
s.source = { :git => 'https://github.com/BasThomas/Analysis.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/basthomas'
s.homepage = "https://github.com/BasThomas/Analysis"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Bas Broek" => "[email protected]" }
s.source = { :git => "https://github.com/BasThomas/Analysis.git", :tag => s.version }
s.social_media_url = "https://twitter.com/basthomas"

s.ios.deployment_target = '8.0'
s.ios.deployment_target = "8.0"

s.source_files = 'Analysis/Classes/**/*'
s.source_files = "Analysis/Classes/**/*"

s.frameworks = 'Foundation'
s.frameworks = "Foundation"
end

0 comments on commit 792a83b

Please sign in to comment.