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 = 'RMStore'
s.version = '0.7.2'
s.license = 'Apache 2.0'
s.summary = 'A lightweight iOS library for In-App Purchases that adds blocks and notifications to StoreKit, plus verification, persistence and downloads.'
s.homepage = 'https://github.com/robotmedia/RMStore'
s.author = 'Hermes Pique'
s.social_media_url = 'https://twitter.com/hpique'
s.source = { :git => 'https://github.com/robotmedia/RMStore.git', :commit => "303b1e9625a80b21e195e7a58034f33a63edbeb1" }
s.platform = :ios, '7.0'
Pod::Spec.new do |s|
s.name = 'RMStore'
s.version = '0.7.1'
s.license = 'Apache 2.0'
s.summary = 'A lightweight iOS framework for In-App Purchases.'
s.homepage = 'https://github.com/robotmedia/RMStore'
s.author = 'Hermes Pique'
s.social_media_url = 'https://twitter.com/hpique'
s.source = { :git => 'https://github.com/robotmedia/RMStore.git', :tag => "v#{s.version}" }
s.platform = :ios, '7.0'
Pod::Spec.new do |s|
s.name = 'MTStatusBarOverlay'
s.version = '0.9.1.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 ' \
{
"name": "ImojiSDK",
"version": "0.1.20",
"summary": "iOS SDK for Imoji",
"homepage": "http://imojiapp.com/sdk",
"license": "Commercial",
"authors": {
"Nima Khoshini": "[email protected]"
},
"libraries": "c++",
@pilot34
pilot34 / Sharekit.podspec
Created January 27, 2015 21:55
Sharekit.podspec
Pod::Spec.new do |s|
s.name = 'ShareKit'
s.version = '4.0.1'
s.platform = :ios, '6.0'
s.summary = 'Drop in sharing features for all iPhone and iPad apps.'
s.homepage = 'http://getsharekit.com/'
s.author = 'ShareKit Community'
s.source = { :git => 'https://github.com/ShareKit/ShareKit.git', :tag => s.version.to_s }
s.requires_arc = true
s.license = { :type => 'MIT',
@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",
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.*'
{
"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": "[email protected]"
},
"source": {
@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": "[email protected]"
},
"source": {
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.*'