Commit 1329f3c5 authored by Eloy Duran's avatar Eloy Duran

Small fix to the spec stub created with `pod spec create`

parent 9d310876
......@@ -42,7 +42,7 @@ module Pod
s.description = 'An optional longer description of #{@name}.'
# A list of file patterns. If the pattern is a directory then the path will
# automatically have '*.{h,m,mm,c,cpp' appended.
# automatically have '*.{h,m,mm,c,cpp}' appended.
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.xcconfig = { 'OTHER_LDFLAGS' => '-framework SomeRequiredFramework' }
......
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