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' | |
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 = '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'} |
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 = "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" |
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 = '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 |
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 = '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.*' |
NewerOlder