Created
October 14, 2013 23:05
-
-
Save tonyarnold/6983754 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "RXCollections" | |
s.version = "1.2.1" | |
s.summary = "map, filter, fold, and detect for Cocoa collections." | |
s.homepage = "https://github.com/robrix/RXCollections" | |
s.license = { :type => "BSD", :file => "LICENSE" } | |
s.author = { "Rob Rix" => "[email protected]" } | |
s.source = { :git => "https://github.com/robrix/RXCollections.git", :tag => "#{s.version}" } | |
s.source_files = "RXCollections/*.{h,m}", "External/**/*.{h,m}" | |
s.requires_arc = true | |
s.prepare_command = <<-'END' | |
find . -regex '.*\.[hm]' -exec sed -i '' -E 's@<Lagrangian/(.*)\.h>@<RXCollections/\1.h>@' {} \; | |
END | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ideally, we'd create a pod spec for Langnanagnahgairnaniran as well, but it hasn't got a tagged release and it's early and god I need coffee ☕