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 = '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 = '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 = "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
| 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 = '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' } |
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 = '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}' |
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
| <?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"/> |
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
| <?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 | |
| --> |