Skip to content

Instantly share code, notes, and snippets.

View azeitler's full-sized avatar

Andreas Zeitler azeitler

View GitHub Profile
Pod::Spec.new do |s|
s.name = 'TouchXML'
s.version = '0.1'
s.license = 'Simplified BSD License'
s.summary = "TouchXML is a lightweight replacement for Cocoa's NSXML* cluster of classes."
s.homepage = 'https://github.com/doPanic/TouchXML'
s.author = { 'Jonathan Wight' => 'schwa@toxicsoftware.com' }
s.source = { :git => 'https://github.com/doPanic/TouchXML.git', :commit => '5da25c16f20de52792bcb5cc3ea4c9dff4646e8f' }
s.source_files = 'Source/**/*.{h,m}'
s.requires_arc = true
@azeitler
azeitler / UIButton+Block.h
Created July 11, 2012 15:08 — forked from joshdholtz/UIButton+Block.h
iOS - UIButton+Block
//
// UIButton+Block.h
// BoothTag
//
// Created by Josh Holtz on 4/22/12.
// Copyright (c) 2012 Josh Holtz. All rights reserved.
//
#define kUIButtonBlockTouchUpInside @"TouchInside"