Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <[email protected]>
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
<!DOCTYPE html> | |
<html> | |
<title>s.t.e.v.e.j.o.b.s.</title> | |
<xmp theme="journal" style="display:none;"> | |
# s.t.e.v.e.j.o.b.s. | |
## More choices. | |
s.t.e.v.e.j.o.b.s. is about opening up the playing field to make room for more ideas, more approaches, more choices, and ultimately, more freedom. You're the one using the internet; shouldn't you be able to control every aspect of your experience? |
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <[email protected]>
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
task :default => [ :uninstall, :clean, :build, :install ] | |
file "objc-autodoc" do |t| | |
sh "coffee --compile objc-autodoc.coffee" | |
sh "echo '#!/usr/bin/env node | |
' > ./objc-autodoc" | |
sh "cat ./objc-autodoc.js >> ./objc-autodoc" | |
sh "chmod +x ./objc-autodoc" | |
end |
fs = require "fs" | |
{exec} = require "child_process" | |
util = require "util" | |
path = require "path" | |
require "colors" | |
appFiles = [ ] | |
coffeeSubdirs = [ "." ] | |
exclude = [ ".git", "Cakefile", "node_modules", "_x", "public", "uploads", "views" ] |
Pod::Spec.new do |s| | |
s.name = "PSCollectionView" | |
s.version = "0.0.1" | |
s.platform = :ios | |
s.source_files = "*.{h,m}" | |
# s.frameworks = "CoreMedia", "CoreVideo", "OpenGLES", "QuartzCore", "AVFoundation", "UIKit" | |
# s.xcconfig = { "PUBLIC_HEADERS_FOLDER_PATH" => "include/$(TARGET_NAME)" } | |
s.source = { :git => "git://github.com/ptshih/PSCollectionView.git", :commit => '57680c1cf37ce7742866143cf7f3869aa84c5882' } |
Pod::Spec.new do |s| | |
s.name = 'Stats' | |
s.version = '0.0.1' | |
s.license = 'BSD' | |
s.platform = :ios | |
s.summary = 'In-app view of memory usage and other stats' | |
s.homepage = 'https://github.com/shu223/Stats' | |
s.author = { 'shu223' => '[email protected]' } | |
s.source = { :git => 'https://github.com/shu223/Stats.git' } | |
s.source_files = 'Stats/*.{h,m}' |
Pod::Spec.new do |s| | |
s.name = 'DTAlertView' | |
s.version = '0.0.1' | |
s.platform = :ios | |
s.license = 'BSD' | |
s.summary = 'Block-based additions for DTAlertView.' | |
s.homepage = 'https://github.com/Cocoanetics/DTFoundation' | |
s.author = { 'Cocoanetics' => '[email protected]' } | |
s.source = { :git => 'https://github.com/Cocoanetics/DTFoundation.git', :commit => 'c2375f158270fc473d58c5a8c1307d58b4dbc5ec' } | |
s.source_files = 'Core/Source/{DTAlertView.h,DTAlertView.m}' |
Pod::Spec.new do |s| | |
s.name = 'DTFoundation' | |
s.version = '0.0.1' | |
s.platform = :ios | |
s.license = 'BSD' | |
s.summary = 'Helpful stuff.' | |
s.homepage = 'https://github.com/Cocoanetics/DTFoundation' | |
s.author = { 'Cocoanetics' => '[email protected]' } | |
s.source = { :git => 'https://github.com/Cocoanetics/DTFoundation.git', :commit => 'c2375f158270fc473d58c5a8c1307d58b4dbc5ec' } | |
s.source_files = 'Core/Source/{DTAlertView,DTActionSheet}.{h,m}' #'Core/{DTFoundation.h,Source/{*.{h,m},Externals/minizip/*.*}}' |
Pod::Spec.new do |s| | |
s.name = "iOS-CrackRock" | |
s.version = "0.1.0" | |
s.summary = "In-app purchase helper classes." | |
s.homepage = "http://brynbellomy.github.com/iOS-CrackRock" | |
s.author = { "bryn austin bellomy" => "[email protected]" } | |
s.license = "WTFPL" | |
s.source = { :git => "https://github.com/brynbellomy/iOS-CrackRock.git", :commit => "eac715423c2c3f5a420cc27c5576121917c5909d" } |