Commit 1b6372c9 authored by Fabio Pelosin's avatar Fabio Pelosin

Spelling correctioSpelling correctionn

parent 6c75b654
...@@ -532,7 +532,7 @@ Pod::Spec.new do |s| ...@@ -532,7 +532,7 @@ Pod::Spec.new do |s|
s.description = 'An optional longer description of #{data[:name]}.' s.description = 'An optional longer description of #{data[:name]}.'
# If this Pod runs only on iOS or OS X, then specify the platfrom and # If this Pod runs only on iOS or OS X, then specify the platform and
# the deployment target. # the deployment target.
# #
# s.platform = :ios, '5.0' # s.platform = :ios, '5.0'
...@@ -583,13 +583,14 @@ Pod::Spec.new do |s| ...@@ -583,13 +583,14 @@ Pod::Spec.new do |s|
# #
# s.dependency 'JSONKit', '~> 1.4' # s.dependency 'JSONKit', '~> 1.4'
# ――― EXTRA VALUES ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # # ――― EXTRA VALUES ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
# If you need to specify any other build settings, add them to the # If you need to specify any other build settings, add them to the
# xcconfig hash. # xcconfig hash.
# #
# s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } # s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
# ――― INFO ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
end end
SPEC SPEC
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment