forked from CocoaPods/Specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:CocoaPods/Specs
- Loading branch information
Showing
112 changed files
with
1,445 additions
and
68 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.*.sw? | ||
.DS_Store | ||
.rbenv-version | ||
Gemfile.lock | ||
.idea |
13 changes: 13 additions & 0 deletions
13
AFDownloadRequestOperation/0.0.1/AFDownloadRequestOperation.podspec
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AFDownloadRequestOperation' | ||
s.version = '0.0.1' | ||
s.summary = "A progressive download operation for AFNetworking." | ||
s.homepage = "https://github.com/steipete/AFDownloadRequestOperation" | ||
s.author = { 'Peter Steinberger' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/steipete/AFDownloadRequestOperation.git', :commit => '2d7672ba74f1eae1fa2f8bd45525df1f5be81e40' } | ||
s.platform = :ios, '5.0' | ||
s.requires_arc = true | ||
s.source_files = '*.{h,m}' | ||
s.license = 'MIT' | ||
s.dependency 'AFNetworking', :head | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'ATMHud' | ||
s.version = '0.0.1' | ||
s.platform = :ios | ||
s.summary = 'Library for the creation of HUDs in iPhone applications.' | ||
s.homepage = 'https://github.com/atomton/ATMHud' | ||
s.author = { 'Marcel Müller' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/atomton/ATMHud.git', :commit => 'fc79fed7268362c744de5470169db0a381866ad7' } | ||
s.source_files = 'ATM*.{h,m}' | ||
s.resources = '11-x.png', '19-check.png', 'pop.wav' | ||
s.frameworks = 'QuartzCore', 'AudioToolbox' | ||
s.name = 'ATMHud' | ||
s.version = '0.0.1' | ||
s.platform = :ios | ||
s.summary = 'Library for the creation of HUDs in iPhone applications.' | ||
s.homepage = 'https://github.com/atomton/ATMHud' | ||
s.author = { 'Marcel Müller' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/atomton/ATMHud.git', :commit => 'fc79fed7268362c744de5470169db0a381866ad7' } | ||
s.source_files = 'ATM*.{h,m}' | ||
s.resources = '11-x.png', '19-check.png', 'pop.wav' | ||
s.frameworks = 'QuartzCore', 'AudioToolbox' | ||
s.license = 'BSD' | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# | ||
# JBoss, Home of Professional Open Source | ||
# Copyright ${year}, Red Hat, Inc., and individual contributors | ||
# by the @authors tag. See the copyright.txt in the distribution for a | ||
# full listing of individual contributors. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
Pod::Spec.new do |s| | ||
s.name = "AeroGear-OTP" | ||
s.version = "1.0.0.M1.20121124" | ||
s.summary = "Provides an Objective-C One Time Password API." | ||
s.homepage = "https://github.com/aerogear/aerogear-otp-ios" | ||
s.license = 'Apache License, Version 2.0' | ||
s.author = "Red Hat, Inc." | ||
s.source = { :git => 'https://github.com/aerogear/aerogear-otp-ios.git', :tag => '1.0.0.M1.20121124' } | ||
s.platform = :ios | ||
s.source_files = 'aerogear-otp.ios/Classes/*.{h,m}' | ||
s.public_header_files = 'aerogear-otp.ios/Classes/AeroGearOTP.h', 'aerogear-otp.ios/Classes/AGOtp.h', 'aerogear-otp.ios/Classes/AGTotp.h' | ||
s.requires_arc = true | ||
end |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
Pod::Spec.new do |s| | ||
s.name = "BeeDebugger" | ||
s.version = "0.1" | ||
s.summary = "A powerful runtime Debugger on iOS platform." | ||
s.description = <<-DESC | ||
BeeDebugger can show your system info and memeory usage when running your app. | ||
Just add [BeeDebugger show]; after [<main window> makeKeyAndVisible]; | ||
DESC | ||
s.homepage = "http://bbs.whatsbug.com" | ||
s.license = 'MIT' | ||
s.author = { "gavinkwoe" => "[email protected]" } | ||
|
||
s.platform = :ios | ||
s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1" } | ||
s.source_files = 'BeeDebugger' | ||
s.resource = "BeeDebugger/*.png" | ||
s.frameworks = 'CoreMedia', 'CoreVideo', 'AVFoundation', 'Security', 'SystemConfiguration', 'QuartzCore', 'MobileCoreServices', 'CFNetwork' | ||
s.library = 'z' | ||
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libz' } | ||
|
||
s.dependency 'BeeFramework' | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "BeeFramework" | ||
s.version = "0.1.1" | ||
s.summary = "Bee Framework is an iOS MVC framework to help you develop your app rapidly." | ||
s.description = <<-DESC | ||
Bee Framework is a MVC Framework to develop iOS application. | ||
It has pretty clear hieracy and signal based mechanism, also with cache and asynchonized networking methods in it. | ||
Add __BEE_DEBUGGER__=1 in build setting of Pods target and add [BeeDebugger show] to AppDelegate to enable Bee Debugger. | ||
DESC | ||
s.homepage = "http://bbs.whatsbug.com/BeeFramework" | ||
s.license = 'MIT' | ||
|
||
|
||
s.author = { "gavinkwoe" => "[email protected]"} | ||
s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1.1" } | ||
s.resource = "BeeDebugger/*.png" | ||
s.platform = :ios | ||
|
||
s.source_files = 'BeeDebugger/**/*.{h,m}', 'BeeFramework/{Foundation,MVC}/**/*.{h,m,mm}', 'BeeFramework/Bee.h' | ||
s.frameworks = 'CoreMedia', 'CoreVideo', 'AVFoundation', 'Security', 'SystemConfiguration', 'QuartzCore', 'MobileCoreServices', 'CFNetwork' | ||
s.library = 'z' | ||
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libz' } | ||
|
||
s.dependency 'JSONKit' | ||
s.dependency 'ASIHTTPRequest' | ||
s.dependency 'Reachability' | ||
s.dependency 'SFHFKeychainUtils' | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'BetterBlocks' | ||
s.version = '0.0.1' | ||
s.license = { :type => 'MIT', :file => 'LICENSE.txt' } | ||
s.summary = 'Completion and Error blocks for NSURLConnection.' | ||
s.homepage = 'https://github.com/neilco/BetterBlocks' | ||
s.author = { 'Neil Cowburn' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/neilco/BetterBlocks.git', | ||
:tag => '0.0.1' } | ||
s.source_files = 'NSURLConnection+BetterBlocks.{h,m}' | ||
|
||
s.ios.deployment_target = '5.0' | ||
s.osx.deployment_target = '10.7' | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'BlocksKit' | ||
s.version = '1.8.1' | ||
s.license = 'MIT' | ||
s.summary = 'The Objective-C block utilities you always wish you had.' | ||
s.homepage = 'https://github.com/pandamonia/BlocksKit' | ||
s.author = { 'Zachary Waldowski' => '[email protected]', | ||
'Alexsander Akers' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/pandamonia/BlocksKit.git', :tag => 'v1.8.1' } | ||
s.requires_arc = true | ||
s.osx.source_files = 'BlocksKit/*.{h,m}' | ||
s.osx.library = 'ffi' | ||
s.osx.deployment_target = '10.7' | ||
s.ios.dependency 'libffi' | ||
s.ios.frameworks = 'MessageUI' | ||
s.ios.source_files = 'BlocksKit/*.{h,m}', 'BlocksKit/UIKit/*.{h,m}', 'BlocksKit/MessageUI/*.{h,m}' | ||
s.ios.deployment_target = '5.0' | ||
s.documentation = { | ||
:html => 'http://pandamonia.github.com/BlocksKit/Documentation/index.html', | ||
:appledoc => [ | ||
'--project-company', 'Pandamonia LLC', | ||
'--company-id', 'us.pandamonia', | ||
'--no-repeat-first-par', | ||
'--no-warn-invalid-crossref' | ||
] | ||
} | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "BotKit" | ||
s.version = "0.1.1" | ||
s.summary = "BotKit is a Cocoa Touch static library for use in iOS projects." | ||
s.homepage = "https://github.com/thoughtbot/BotKit" | ||
|
||
s.license = 'MIT' | ||
s.authors = { "Mark Adams" => "[email protected]", "Gordon Fontenot" => "[email protected]", "Diana Zmuda" => "[email protected]" } | ||
s.source = { | ||
:git => "https://github.com/thoughtbot/BotKit.git", | ||
:tag => "0.1.1" | ||
} | ||
|
||
s.platform = :ios, '5.0' | ||
s.source_files = 'BotKit/Classes' | ||
s.requires_arc = true | ||
s.framework = 'CoreData' | ||
|
||
s.prefix_header_contents = <<-EOS | ||
#import <Availability.h> | ||
#import <CoreData/CoreData.h> | ||
EOS | ||
|
||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "BotKit" | ||
s.version = "0.1" | ||
s.summary = "BotKit is a Cocoa Touch static library for use in iOS projects." | ||
s.homepage = "https://github.com/thoughtbot/BotKit" | ||
|
||
s.license = 'MIT' | ||
s.authors = { "Mark Adams" => "[email protected]", "Gordon Fontenot" => "[email protected]", "Diana Zmuda" => "[email protected]" } | ||
s.source = { | ||
:git => "https://github.com/thoughtbot/BotKit.git", | ||
:tag => "0.1" | ||
} | ||
|
||
s.platform = :ios, '5.0' | ||
s.source_files = 'BotKit' | ||
s.requires_arc = true | ||
s.framework = 'CoreData' | ||
|
||
s.prefix_header_contents = <<-EOS | ||
#import <Availability.h> | ||
#import <CoreData/CoreData.h> | ||
EOS | ||
|
||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "BrynKit" | ||
s.version = "1.0.1" | ||
s.author = { "bryn austin bellomy" => "[email protected]" } | ||
s.summary = "Macros and helpers for logging, debugging, and metaprogramming." | ||
s.homepage = "http://brynbellomy.github.com/BrynKit" | ||
s.license = 'WTFPL' | ||
|
||
|
||
s.source = { :git => "https://github.com/brynbellomy/BrynKit.git", :tag => "v1.0.1" } | ||
s.source_files = '*.{h,m}' | ||
s.requires_arc = true | ||
s.xcconfig = { 'PUBLIC_HEADERS_FOLDER_PATH' => 'include/$(TARGET_NAME)' } | ||
s.prefix_header_contents = "#import <BrynKit/BrynKit.h>" | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "CDEvents" | ||
s.version = "1.2.0" | ||
s.summary = "An Objective-C wrapper for Mac OS X’s FSEvents C API." | ||
s.homepage = "http://rastersize.github.com/CDEvents" | ||
s.license = 'MIT' | ||
s.author = { "Aron Cedercrantz" => "[email protected]" } | ||
s.source = { :git => "https://github.com/rastersize/CDEvents.git", :tag => "1.2.0" } | ||
s.platform = :osx, '10.6' | ||
s.source_files = '*.{h,m}' | ||
s.framework = 'CoreServices' | ||
s.requires_arc = true | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
last: 0.16.0.rc5 | ||
last: 0.16.0 | ||
min: 0.6.0 |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'ColorPopover' | ||
s.version = '0.0.1' | ||
s.platform = :ios | ||
s.platform = :ios, '5.0' | ||
s.dependency 'WEPopover', '~> 0.0.1' | ||
s.homepage = 'https://github.com/gazolla/ColorPopover' | ||
s.summary = 'ColorPopover is a simple component for iOS that provides a "Popover" color picker.' | ||
s.author = { 'Sebastiao Gazolla Jr' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/gazolla/ColorPopover.git', :commit => '545fe3fe0ee84b11a9c60f6caae97b268156c9bd' } | ||
s.source_files = 'Colors/ColorPopover/*.{h,m}' | ||
s.requires_arc = true | ||
s.license = { | ||
:type => 'MIT', | ||
:text => <<-LICENSE | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.