Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save raylillywhite/3631313 to your computer and use it in GitHub Desktop.
Save raylillywhite/3631313 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'NSAttributedString-Additions-for-HTML-ht'
s.version = '0.0.1.ht1'
s.source = { :git => 'https://github.com/hoteltonight/NSAttributedString-Additions-for-HTML.git', :ref => 'master' }
s.source_files = FileList['Classes/*.{h,m}'].exclude(/Demo|DTWeb|Test/)
s.prefix_header_file = 'Other Sources/CoreTextExtensions_Prefix.pch'
s.frameworks = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment