Skip to content

Instantly share code, notes, and snippets.

View pilot34's full-sized avatar

Gleb pilot34

  • Booking.com
  • Amsterdam
View GitHub Profile
Pod::Spec.new do |s|
s.name = 'MTStatusBarOverlay'
s.version = '0.9.1'
s.platform = :ios
s.summary = 'A custom iOS status bar overlay seen in Apps like Reeder, Evernote and Google Mobile App.'
s.homepage = 'https://github.com/myell0w/MTStatusBarOverlay'
s.author = { 'Matthias Tretter' => '[email protected]' }
s.source = { :git => 'https://github.com/myell0w/MTStatusBarOverlay.git' }
s.description = 'This class provides a custom iOS (iPhone + iPad) status bar overlay window known from ' \
@pilot34
pilot34 / couchbase-lite-ios.podspec
Created June 10, 2014 02:32
couchbase-lite-ios.podspec
Pod::Spec.new do |s|
s.name = 'couchbase-lite-ios'
s.version = '0.0.1'
s.license = {
:type => 'MIT'
}
s.platform = :ios, '5.0'
s.summary = 'A UIView subclass that displays YouTube videos using a MPMoviePlayerController.'
s.homepage = 'https://github.com/couchbase/couchbase-lite-ios'
s.source = { :git => 'https://github.com/couchbase/couchbase-lite-ios.git'}
@pilot34
pilot34 / DDMathParser.podspec
Created June 10, 2014 02:30
DDMathParser.podspec
Pod::Spec.new do |s|
s.name = "DDMathParser"
s.version = "1.0.0"
s.summary = "NSString ⟹ NSNumber"
s.homepage = "https://github.com/davedelong/DDMathParser"
s.license = 'MIT'
s.author = { "Dave DeLong" => "[email protected]" }
s.social_media_url = "https://twitter.com/davedelong"
Pod::Spec.new do |s|
s.name = 'AEProductController'
s.version = '0.0.1'
s.license = 'BSD / Apache License, Version 2.0'
s.summary = 'A Very High Performance Objective-C JSON Library.'
s.homepage = 'https://github.com/johnezang/JSONKit'
s.author = 'adeven'
s.source = { :git => 'https://github.com/adeven/AEProductController.git' }
s.source_files = 'AEProductController/*.{h,m}'
end
Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.5pre'
s.license = 'BSD / Apache License, Version 2.0'
s.summary = 'A Very High Performance Objective-C JSON Library.'
s.homepage = 'https://github.com/johnezang/JSONKit'
s.author = 'John Engelhart'
s.source = { :git => 'https://github.com/educreations/JSONKit' }
s.source_files = 'JSONKit.*'