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 = '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.*'
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
@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" => "davedelong@me.com" }
s.social_media_url = "https://twitter.com/davedelong"
@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'}
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' => 'myell0w@me.com' }
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 ' \
Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.2'
s.license = { :type => 'BSD / Apache License, Version 2.0', :file => 'LICENCE' }
s.summary = 'A Very High Performance Objective-C JSON Library.'
s.homepage = 'https://github.com/ignazioc/JSONKit-NoWarning'
s.author = 'John Engelhart'
s.source = { :git => 'https://github.com/ignazioc/JSONKit-NoWarning.git' }
s.source_files = 'JSONKit.*'
@pilot34
pilot34 / gist:0180c82b057309e255d3
Created October 24, 2014 13:37
zkSforce.podspec.json
{
"name": "ZKSforce",
"version": "31.0.0",
"license": "MIT",
"summary": "A Cocoa library for calling the Salesforce.com SOAP APIs.",
"homepage": "https://github.com/superfell/zkSforce",
"authors": {
"Simon Fell": "fellforce@gmail.com"
},
"source": {
{
"name": "ZKSforce",
"version": "31.0.0",
"license": "MIT",
"summary": "A Cocoa library for calling the Salesforce.com SOAP APIs.",
"homepage": "https://github.com/superfell/zkSforce",
"authors": {
"Simon Fell": "fellforce@gmail.com"
},
"source": {
Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.4'
s.license = { :type => 'BSD / Apache License, Version 2.0', :file => 'LICENCE' }
s.summary = 'A Very High Performance Objective-C JSON Library.'
s.homepage = 'https://github.com/ignazioc/JSONKit-NoWarning'
s.author = 'John Engelhart'
s.source = { :git => 'https://github.com/ignazioc/JSONKit-NoWarning.git' }
s.source_files = 'JSONKit.*'
@pilot34
pilot34 / AdMobMediationAdapterFlurry.podspec.json
Last active August 29, 2015 14:13
AdMobMediationAdapterFlurry.podspec.json
{
"name": "AdMobMediationAdapterFlurry",
"version": "6.0.1",
"source": {
"git": "https://github.com/flurry/FlurryAdapterForDFPAndAdMobiOS.git"
},
"summary": "AdMob Mediation Adapter for Millenia Media Network.",
"description": "By default mediation adapters are not included into iOS AdMob SDK. Each mediation network other than AdMob requries additional library component. This is InMobi mediation adapter library from InMobi.",
"license": {
"type": "Copyright",