Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Update podspec YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
erichoracek committed May 29, 2015
1 parent 4991ce2 commit 7ec8f5a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Motif.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
}
s.osx.deployment_target = '10.8'
s.ios.deployment_target = '7.0'
s.summary = 'A lightweight and customizable JSON stylesheet framework for iOS'
s.summary = 'A lightweight and customizable stylesheet framework for iOS'
s.homepage = "https://github.com/erichoracek/#{s.name}"
s.author = { 'Eric Horacek' => 'eric@automatic.com' }
s.source = {
Expand All @@ -20,9 +20,16 @@ Pod::Spec.new do |s|
s.source_files = [
"#{s.name}/#{s.name}.h",
"#{s.name}/Core/*.{h,m}",
"#{s.name}/Objective-C Runtime/*.{h,m}"
"#{s.name}/Objective-C Runtime/*.{h,m}",
"#{s.name}/YAML Serialization/*.{h,m}",
'Carthage/Checkouts/libyaml/config.h',
'Carthage/Checkouts/libyaml/**/*.{h,c}'
]
s.ios.source_files = [
"#{s.name}/iOS Support/*.{h,m}"
]

s.xcconfig = {
'OTHER_CFLAGS' => '-DHAVE_CONFIG_H -Wno-shorten-64-to-32'
}
end

0 comments on commit 7ec8f5a

Please sign in to comment.