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
{ | |
"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++", |
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 = '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 ' \ |
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 = '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' |
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 = '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' |
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
{ | |
"name": "Redbird", | |
"version": "0.3.0", | |
"summary": "Pure-Swift Redis client. OS X and Linux ready.", | |
"description": "Pure-Swift implementation of a Redis client from the original protocol spec. OS X + Linux compatible.", | |
"homepage": "https://github.com/czechboy0/Redbird", | |
"license": { | |
"type": "MIT", | |
"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
{ | |
"name": "Socks", | |
"version": "0.0.3", | |
"summary": "Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, OS X.", | |
"description": "Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, OS X.", | |
"homepage": "https://github.com/czechboy0/Socks", | |
"license": { | |
"type": "MIT", | |
"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
{ | |
"name": "SocksCore", | |
"version": "0.0.3", | |
"summary": "Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, OS X.", | |
"description": "Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, OS X.", | |
"homepage": "https://github.com/czechboy0/Socks", | |
"license": { | |
"type": "MIT", | |
"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
{ | |
"authors": { | |
"Simon Fell": "[email protected]" | |
}, | |
"homepage": "https://github.com/superfell/zkSforce", | |
"libraries": "xml2", | |
"license": "MIT", | |
"name": "ZKSforce", | |
"osx": { | |
"frameworks": "Security" |
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 = 'GPUImage2' | |
s.version = '0.1.0' | |
s.license = 'BSD' | |
s.summary = 'An open source iOS framework for GPU-based image and video processing.' | |
s.homepage = 'https://github.com/BradLarson/GPUImage2' | |
s.author = { 'Brad Larson' => '[email protected]' } | |
s.source = { :git => 'https://github.com/BradLarson/GPUImage2.git', :branch => "master" } | |
s.source_files = 'framework/Source/**/*.{swift}' |