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
| 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 |
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 = "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' } |
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 = '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 |
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 = '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}' |
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 = '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.' |
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 = "lzmaSDK" | |
| s.version = "9.21.3" | |
| s.summary = "lzma SDK (release 9.21 beta) configured as an iPhone project to extract 7z archives." | |
| s.description = "7zip is a useful replacement for zlib and bzip2. In some cases, 7zip can achive drastically better compression ratios than both zlib and bzip2. One can always go to 7-zip.org to find the source code." | |
| s.homepage = "https://github.com/jk/lzmaSDK" | |
| s.license = "Unknown" | |
| s.author = { "Mo DeJong" => "[email protected]", 'Jens Kohl' => '[email protected]' } | |
| s.source = { :git => "https://github.com/jk/lzmaSDK.git", :tag => "9.21.3" } | |
| s.platform = :ios |
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 = 'ZipKit' | |
| s.version = '0.0.1' | |
| s.license = { :type => 'BSD', :file => 'COPYING.TXT' } | |
| s.summary = 'An Objective-C Zip framework for Mac OS X and iOS.' | |
| s.homepage = 'https://bitbucket.org/kolpanic/zipkit/wiki/Home' | |
| s.author = { 'Karl Moskowski' => '[email protected]' } | |
| s.source = { :hg => 'https://bitbucket.org/kolpanic/zipkit', :revision => '531cd75fef32' } |
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
| <?php | |
| /** | |
| * Real properties PHP trait | |
| * Requirements: PHP 5.4 or later | |
| */ | |
| trait Properties | |
| { | |
| protected $properties; | |
| public function __get($name) |
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
| [user] | |
| name = Jens Kohl | |
| email = jens.kohl@… | |
| signingkey = 8EFDF903 | |
| [color] | |
| status = auto | |
| diff = auto | |
| branch = auto | |
| interactive = auto | |
| pager = false |