Skip to content

Instantly share code, notes, and snippets.

@jk
jk / DDPageControl.podspec
Created July 25, 2012 12:24
Custom DDPageControl with further improvements
Pod::Spec.new do |s|
s.name = 'DDPageControl'
s.version = '0.1.1'
s.license = 'MIT'
s.summary = 'An easily customizable alternative to UIKit\'s UIPageControl.'
s.homepage = 'https://github.com/ddeville/DDPageControl'
s.author = { 'Damien DeVille' => '[email protected]' }
s.source = { :git => 'https://github.com/cbowns/DDPageControl.git', :commit => '6e80318bda38cfb60a12dd319b8ce024c2d80bdb' }
s.description = 'DDPageControl redefines exactly every property and methods available in UIPageControl. Using DDPageControl without customization will actually lead exactly to a UIPageControl. However, the power of DDPageControl is that you can set some additional properties that will affect the way the look and feel of the page controls.'
@jk
jk / MKStoreKit.podspec
Created September 19, 2012 11:09
Modified MKStoreKit 4.3 podfile
Pod::Spec.new do |s|
s.name = 'MKStoreKit'
s.version = '4.3'
s.license = 'zLib'
s.summary = 'In-App Purchases StoreKit for iOS devices.'
s.homepage = 'https://github.com/MugunthKumar/MKStoreKit'
s.author = { 'Mugunth' => 'http://mugunthkumar.com/' }
s.source = { :git => 'https://github.com/MugunthKumar/MKStoreKit.git', :tag => '4.3' }
s.platform = :ios
s.source_files = '{MKSKProduct,MKSKSubscriptionProduct,MKStoreManager,MKStoreObserver}.{h,m}'
@jk
jk / FlurrySDK.podspec
Created September 20, 2012 14:08
FlurrySDK 4.0.4
Pod::Spec.new do |s|
s.name = 'FlurrySDK'
s.version = '4.0.4'
s.license = 'Commercial'
s.summary = 'FlurrySDK for analytics reporting.'
s.homepage = 'http://www.flurry.com'
s.author = { 'Flurry' => 'http://www.flurry.com' }
s.source = { :git => 'https://github.com/jk/FlurryAnalytics.git', :tag => '4.0.4' }
s.description = 'FlurrySDK for analytics tracking and reporting.'
s.platform = :ios
@jk
jk / PSStoreButton.podspec
Created September 24, 2012 12:30
Modified PSStoreButton pod
Pod::Spec.new do |s|
s.name = "PSStoreButton"
s.version = "1.0"
s.summary = "UIButton that is styled like iPhone's AppStore-Button. No Images used!"
s.homepage = "https://github.com/steipete/PSStoreButton"
s.license = 'MIT'
s.author = { 'Peter Steinberger' => '[email protected]' }
s.source = { :git => "https://github.com/jk/PSStoreButton.git", :tag => "1.0" }
s.platform = :ios, '5.0'
s.source_files = 'PSStoreButton.{h,m}'
@jk
jk / SimStoreKit.podspec
Last active April 27, 2016 13:16
SimStoreKit Cocoapod
Pod::Spec.new do |s|
s.name = "SimStoreKit"
s.version = "0.0.1"
s.summary = "A simulated version of the iPhone's StoreKit, for testing store UIs on the iPhone Simulator, or even on device without having to set up IAP in Connect."
s.homepage = "https://github.com/wmalloc/simstorekit"
# Specify the license type. CocoaPods detects automatically the license file if it is named
# `LICENSE*.*', however if the name is different, specify it.
s.license = 'MIT'
# s.license = { :type => 'MIT (example)', :file => 'FILE_LICENSE' }
@jk
jk / sonar-runner.rb
Created October 10, 2012 09:56
sonar-runner homebrew formula
require 'formula'
class SonarRunner < Formula
homepage 'http://docs.codehaus.org/display/SONAR/Installing+and+Configuring+Sonar+Runner'
url 'http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/2.0/sonar-runner-2.0.zip'
sha1 '3e483322985936b3724418bb696e7b74ef020cb8'
def startup_script name
<<-EOS.undent
#!/bin/bash
@jk
jk / Calabash.podspec
Created October 27, 2012 20:35
Calabash
Pod::Spec.new do |s|
s.name = 'Calabash'
s.version = '0.9.80'
s.license = 'Eclipse Public License 1.0'
s.platform = :ios
s.summary = 'Calabash is an automated testing technology for Android and iOS native and hybrid applications.'
s.homepage = 'https://github.com/calabash/calabash-ios'
s.author = { 'Karl Krukow' => '[email protected]' }
s.source = { :git => 'https://github.com/calabash/calabash-ios-server.git', :tag => 'v0.9.80' }
Pod::Spec.new do |s|
s.name = 'MKInfoPanel'
s.version = '0.0.2'
s.summary = 'Non-modal, non-intrusive Info Panel implementation as seen ' \
'on some "popular" apps.'
s.homepage = 'http://blog.mugunthkumar.com/coding/ios-code-tweetbot-like-alertpanels/'
s.author = { 'Mugunth Kumar' => '[email protected]', 'Jens Kohl' => '[email protected]' }
s.source = { :git => 'https://github.com/jk/MKInfoPanelDemo.git',
:commit => '4438a30f72d542f6cff94e8def97cb04988afc34' }
s.resources = 'MKInfoBundle/*.{png,xib}'
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<!-- Turn off all checks for some libraries. -->
<suppress checks="." files="com[\\/]google[\\/]..*.java" />
<!-- Turn off header checks for some libraries. -->
<suppress checks="Header" files=".*[\\/]android[\\/]fastroid[\\/].*\.java"/>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<!--
This configuration file was written by the eclipse-cs plugin configuration editor
-->
<!--
Checkstyle-Configuration: Android Best Practise
Description: none
-->