From f3193b0e5510f7a6b30cadd920d9149b851009d3 Mon Sep 17 00:00:00 2001 From: stcui Date: Tue, 13 Nov 2012 23:39:00 +0800 Subject: [PATCH 001/104] add BeeDebugger --- BeeDebugger/0.1/BeeDebugger.podspec | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 BeeDebugger/0.1/BeeDebugger.podspec diff --git a/BeeDebugger/0.1/BeeDebugger.podspec b/BeeDebugger/0.1/BeeDebugger.podspec new file mode 100644 index 00000000000000..b8285567870d01 --- /dev/null +++ b/BeeDebugger/0.1/BeeDebugger.podspec @@ -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 [
makeKeyAndVisible]; + DESC + s.homepage = "http://bbs.whatsbug.com" + s.license = 'MIT' + s.author = { "gavinkwoe" => "gavinkwoe@gmail.com" } + + 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 From 64653b41a3c3b26bdd6f573ae495e0a08d609267 Mon Sep 17 00:00:00 2001 From: Daniel Kuhnke Date: Mon, 19 Nov 2012 17:49:48 +0100 Subject: [PATCH 002/104] added CoreTextLabel.podspec 1.0 --- CoreTextLabel/1.0/CoreTextLabel.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CoreTextLabel/1.0/CoreTextLabel.podspec diff --git a/CoreTextLabel/1.0/CoreTextLabel.podspec b/CoreTextLabel/1.0/CoreTextLabel.podspec new file mode 100644 index 00000000000000..96689e9bd5137f --- /dev/null +++ b/CoreTextLabel/1.0/CoreTextLabel.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'CoreTextLabel' + s.version = '1.0' + s.summary = "Simple UILabel replacement to display NSAttributedString in iOS applications." + s.homepage = "https://github.com/dkuhnke/CoreTextLabel" + s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' } + s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.0' } + s.platform = :ios + s.requires_arc = true + s.source_files = '*.{h,m}' + s.license = 'MIT' + s.ios.frameworks = 'QuartzCore', 'CoreText' + s.dependency 'RegexKitLite', '4.0' +end \ No newline at end of file From 406202b856b80d8263bb4eb39fb71c8db92c430e Mon Sep 17 00:00:00 2001 From: Diego Chohfi Date: Mon, 19 Nov 2012 16:40:19 -0200 Subject: [PATCH 003/104] Adding version 1.3 of DCKeyValueObjectMapping --- .../1.3/DCKeyValueObjectMapping.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 DCKeyValueObjectMapping/1.3/DCKeyValueObjectMapping.podspec diff --git a/DCKeyValueObjectMapping/1.3/DCKeyValueObjectMapping.podspec b/DCKeyValueObjectMapping/1.3/DCKeyValueObjectMapping.podspec new file mode 100644 index 00000000000000..5bdcbe01ca7bbe --- /dev/null +++ b/DCKeyValueObjectMapping/1.3/DCKeyValueObjectMapping.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'DCKeyValueObjectMapping' + s.version = '1.3' + s.ios.deployment_target = '5.0' + s.license = 'MIT' + s.summary = 'Automatic KeyValue Object Mapping for Objective-C, parse JSON/Plist/XML automatically, support Core Data, convetion over configuration.' + s.homepage = 'https://github.com/dchohfi/KeyValueObjectMapping' + s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' } + s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.3' } + s.source_files = 'KeyValueObjectMapping' + s.requires_arc = true +end From fc212f6c20b1545df1fd786bb9705689371ae819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwendal=20Roue=CC=81?= Date: Mon, 19 Nov 2012 21:08:02 +0100 Subject: [PATCH 004/104] [Update] GRMustache 6.1.1 --- GRMustache/6.1.1/GRMustache.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 GRMustache/6.1.1/GRMustache.podspec diff --git a/GRMustache/6.1.1/GRMustache.podspec b/GRMustache/6.1.1/GRMustache.podspec new file mode 100644 index 00000000000000..4d0f2ca07c8065 --- /dev/null +++ b/GRMustache/6.1.1/GRMustache.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'GRMustache' + s.version = '6.1.1' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.summary = 'Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.' + s.homepage = 'https://github.com/groue/GRMustache' + s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } + s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.1.1' } + s.source_files = 'src/classes' + s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/) + s.framework = 'Foundation' + s.dependency 'JRSwizzle', '~> 1.0' +end From a6264f39edeba671810f8fce91c970a784844e10 Mon Sep 17 00:00:00 2001 From: Daniel Kuhnke Date: Mon, 19 Nov 2012 21:43:40 +0100 Subject: [PATCH 005/104] updated pod spec summary --- CoreTextLabel/1.0/CoreTextLabel.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreTextLabel/1.0/CoreTextLabel.podspec b/CoreTextLabel/1.0/CoreTextLabel.podspec index 96689e9bd5137f..d4e0bfdd08aee3 100644 --- a/CoreTextLabel/1.0/CoreTextLabel.podspec +++ b/CoreTextLabel/1.0/CoreTextLabel.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'CoreTextLabel' s.version = '1.0' - s.summary = "Simple UILabel replacement to display NSAttributedString in iOS applications." + s.summary = "Simple UILabel replacement to display NSAttributedString by HTML in iOS applications (>= 3.2)." s.homepage = "https://github.com/dkuhnke/CoreTextLabel" s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' } s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.0' } From 076a0da621edeef6a7f59c194ce82e8bf64f6bef Mon Sep 17 00:00:00 2001 From: Alexandre Gerlic Date: Mon, 19 Nov 2012 22:13:30 +0100 Subject: [PATCH 006/104] [Update] PonyDebugger to latest commit --- PonyDebugger/0.0.1/PonyDebugger.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PonyDebugger/0.0.1/PonyDebugger.podspec b/PonyDebugger/0.0.1/PonyDebugger.podspec index 9b2e375db9a0ce..f702a8e821d3e3 100644 --- a/PonyDebugger/0.0.1/PonyDebugger.podspec +++ b/PonyDebugger/0.0.1/PonyDebugger.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/square/PonyDebugger" s.license = 'Apache Licence, Version 2.0' s.author = 'Square' - s.source = { :git => "https://github.com/square/PonyDebugger.git", :commit => "0bd4bf9fbefa0777358cbb7a015b91ecbee11597" } + s.source = { :git => "https://github.com/square/PonyDebugger.git", :commit => "31d05eb56b2d1b04e815579ba15b0b7c4104596e" } s.platform = :ios, '5.0' s.source_files = 'ObjC/{DerivedSources,PonyDebugger}/**/*.{h,m}' s.requires_arc = true From 1a2c95e4bf239174e9227b285eb903cf8e6a43a2 Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Mon, 19 Nov 2012 23:45:54 +0100 Subject: [PATCH 007/104] General fixes. --- ATMHud/0.0.1/ATMHud.podspec | 21 ++++++++++--------- Appirater/0.0.1/Appirater.podspec | 1 + Appirater/0.0.2/Appirater.podspec | 1 + .../1.0.0/CocoaSoundCloudAPI.podspec | 1 + TestFlightSDK/0.8.3/TestFlightSDK.podspec | 1 - TestFlightSDK/1.0/TestFlightSDK.podspec | 1 - TestFlightSDK/1.1.beta1/TestFlightSDK.podspec | 1 - TestFlightSDK/1.1.beta2/TestFlightSDK.podspec | 3 +-- TestFlightSDK/1.1.beta3/TestFlightSDK.podspec | 1 - TestFlightSDK/1.1/TestFlightSDK.podspec | 1 - TestFlightSDK/1.2.beta1/TestFlightSDK.podspec | 1 - TestFlightSDK/1.2.beta2/TestFlightSDK.podspec | 1 - 12 files changed, 15 insertions(+), 19 deletions(-) diff --git a/ATMHud/0.0.1/ATMHud.podspec b/ATMHud/0.0.1/ATMHud.podspec index 3ed79a7caba195..f235601f7c7d2f 100644 --- a/ATMHud/0.0.1/ATMHud.podspec +++ b/ATMHud/0.0.1/ATMHud.podspec @@ -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' => 'pool@atomton.net' } - 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' => 'pool@atomton.net' } + 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 diff --git a/Appirater/0.0.1/Appirater.podspec b/Appirater/0.0.1/Appirater.podspec index 20605cacce1961..1f87f769749162 100644 --- a/Appirater/0.0.1/Appirater.podspec +++ b/Appirater/0.0.1/Appirater.podspec @@ -8,4 +8,5 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/arashpayan/appirater.git', :commit => '0f3776a47b17bd4f6cbee0ad02c9450869d26c42' } s.source_files = '*.{h,m}' s.frameworks = 'CFNetwork', 'SystemConfiguration' + s.license = { :type => 'MIT', :text => 'Copyright 2012. Arash Payan. This library is distributed under the terms of the MIT/X11.' } end diff --git a/Appirater/0.0.2/Appirater.podspec b/Appirater/0.0.2/Appirater.podspec index 013b507c72ae4b..006685533b5c86 100644 --- a/Appirater/0.0.2/Appirater.podspec +++ b/Appirater/0.0.2/Appirater.podspec @@ -9,4 +9,5 @@ Pod::Spec.new do |s| s.source_files = '*.{h,m}' s.frameworks = 'CFNetwork', 'SystemConfiguration' s.resource = 'Appirater.bundle' + s.license = { :type => 'MIT', :text => 'Copyright 2012. Arash Payan. This library is distributed under the terms of the MIT/X11.' } end diff --git a/CocoaSoundCloudAPI/1.0.0/CocoaSoundCloudAPI.podspec b/CocoaSoundCloudAPI/1.0.0/CocoaSoundCloudAPI.podspec index ede6ada12ec747..0b488b5f40d123 100644 --- a/CocoaSoundCloudAPI/1.0.0/CocoaSoundCloudAPI.podspec +++ b/CocoaSoundCloudAPI/1.0.0/CocoaSoundCloudAPI.podspec @@ -15,4 +15,5 @@ Pod::Spec.new do |s| s.framework = 'Security' s.dependency 'NXOAuth2Client', '~> 1.0' + s.license = 'Apache License, Version 2.0' end diff --git a/TestFlightSDK/0.8.3/TestFlightSDK.podspec b/TestFlightSDK/0.8.3/TestFlightSDK.podspec index 5931d22b570a19..e5fc2f7c432bf9 100644 --- a/TestFlightSDK/0.8.3/TestFlightSDK.podspec +++ b/TestFlightSDK/0.8.3/TestFlightSDK.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK0.8.3.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TestFlightSDK/1.0/TestFlightSDK.podspec b/TestFlightSDK/1.0/TestFlightSDK.podspec index 4c4e035fc8b92c..d8b803ae7d72ae 100644 --- a/TestFlightSDK/1.0/TestFlightSDK.podspec +++ b/TestFlightSDK/1.0/TestFlightSDK.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.0.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TestFlightSDK/1.1.beta1/TestFlightSDK.podspec b/TestFlightSDK/1.1.beta1/TestFlightSDK.podspec index b42b60e4a9f803..ffe8185c955149 100644 --- a/TestFlightSDK/1.1.beta1/TestFlightSDK.podspec +++ b/TestFlightSDK/1.1.beta1/TestFlightSDK.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.1beta1.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TestFlightSDK/1.1.beta2/TestFlightSDK.podspec b/TestFlightSDK/1.1.beta2/TestFlightSDK.podspec index d614c28b6cfe7d..effdf1ec788f78 100644 --- a/TestFlightSDK/1.1.beta2/TestFlightSDK.podspec +++ b/TestFlightSDK/1.1.beta2/TestFlightSDK.podspec @@ -6,11 +6,10 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.1beta2.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' s.library = 'TestFlight', 'z' s.framework = 'UIKit' s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/TestFlightSDK"' } -end \ No newline at end of file +end diff --git a/TestFlightSDK/1.1.beta3/TestFlightSDK.podspec b/TestFlightSDK/1.1.beta3/TestFlightSDK.podspec index a1c9bea6a5d836..bab3555d3aecd3 100644 --- a/TestFlightSDK/1.1.beta3/TestFlightSDK.podspec +++ b/TestFlightSDK/1.1.beta3/TestFlightSDK.podspec @@ -15,7 +15,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.1beta3.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TestFlightSDK/1.1/TestFlightSDK.podspec b/TestFlightSDK/1.1/TestFlightSDK.podspec index cdc67ef250033f..af2fba01d6bb20 100644 --- a/TestFlightSDK/1.1/TestFlightSDK.podspec +++ b/TestFlightSDK/1.1/TestFlightSDK.podspec @@ -15,7 +15,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.1.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TestFlightSDK/1.2.beta1/TestFlightSDK.podspec b/TestFlightSDK/1.2.beta1/TestFlightSDK.podspec index 0c25bd2e546d5b..3c12f933f020e9 100644 --- a/TestFlightSDK/1.2.beta1/TestFlightSDK.podspec +++ b/TestFlightSDK/1.2.beta1/TestFlightSDK.podspec @@ -15,7 +15,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.2beta1.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TestFlightSDK/1.2.beta2/TestFlightSDK.podspec b/TestFlightSDK/1.2.beta2/TestFlightSDK.podspec index 162580aa95078b..f7d0e5cac8aae2 100644 --- a/TestFlightSDK/1.2.beta2/TestFlightSDK.podspec +++ b/TestFlightSDK/1.2.beta2/TestFlightSDK.podspec @@ -15,7 +15,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.2beta2.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' From f82276614cde90cd06570ed1d0d9d10b7344c7ee Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Tue, 20 Nov 2012 09:52:11 +0100 Subject: [PATCH 008/104] Add NSURLConnectionVCR version 0.0.1. --- .../0.0.1/NSURLConnectionVCR.podspec | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 NSURLConnectionVCR/0.0.1/NSURLConnectionVCR.podspec diff --git a/NSURLConnectionVCR/0.0.1/NSURLConnectionVCR.podspec b/NSURLConnectionVCR/0.0.1/NSURLConnectionVCR.podspec new file mode 100644 index 00000000000000..89b78eea4670fb --- /dev/null +++ b/NSURLConnectionVCR/0.0.1/NSURLConnectionVCR.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = "NSURLConnectionVCR" + s.version = "0.0.1" + s.summary = "Record and replay NSURLConnection requests/responses in tests." + s.homepage = "https://bitbucket.org/martijnthe/nsurlconnectionvcr" + + s.license = { + :type => 'BSD', + :text => <<-LICENSE + Copyright (c) 2012, Martijn The All rights reserved. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + LICENSE + } + + s.authors = { "Martijn Thé" => "post@martijnthe.nl" } + s.source = { :git => "https://bitbucket.org/martijnthe/nsurlconnectionvcr.git", :commit => "ad597f7" } + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.source_files = 'NSURLConnectionVCR' + s.requires_arc = true +end From 8edc3c33fcbc21203cf366589fa2a456b214584f Mon Sep 17 00:00:00 2001 From: stcui Date: Tue, 20 Nov 2012 17:40:02 +0800 Subject: [PATCH 009/104] add 0.1.1 --- BeeFramework/0.1.1/BeeFramework.podspec | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 BeeFramework/0.1.1/BeeFramework.podspec diff --git a/BeeFramework/0.1.1/BeeFramework.podspec b/BeeFramework/0.1.1/BeeFramework.podspec new file mode 100644 index 00000000000000..c6ed99e7fb4762 --- /dev/null +++ b/BeeFramework/0.1.1/BeeFramework.podspec @@ -0,0 +1,27 @@ +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. + DESC + s.homepage = "http://bbs.whatsbug.com/BeeFramework" + s.license = 'MIT' + + + s.author = { "gavinkwoe" => "gavinkwoe@gmail.com"} + s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.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 From 84ea24c2f3a5d463da1e7945c60fd3f33f73dee2 Mon Sep 17 00:00:00 2001 From: Francis Chong Date: Tue, 20 Nov 2012 19:13:28 +0800 Subject: [PATCH 010/104] SKBounceAnimation should requires arc --- SKBounceAnimation/1.0/SKBounceAnimation.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SKBounceAnimation/1.0/SKBounceAnimation.podspec b/SKBounceAnimation/1.0/SKBounceAnimation.podspec index ea9a3bc63d4548..01626e65b072ab 100644 --- a/SKBounceAnimation/1.0/SKBounceAnimation.podspec +++ b/SKBounceAnimation/1.0/SKBounceAnimation.podspec @@ -12,6 +12,6 @@ Pod::Spec.new do |s| s.platform = :ios s.source_files = 'SKBounceAnimation/SKBounceAnimation.{h,m}' - + s.requires_arc = true s.frameworks = 'CoreGraphics', 'QuartzCore' end From 60afae7d500c40f3fb824e293a23d00f10b707bd Mon Sep 17 00:00:00 2001 From: Kauserali Hafizji Date: Tue, 20 Nov 2012 17:33:28 +0530 Subject: [PATCH 011/104] [Add] JSNotifier (0.0.1) --- JSNotifier/0.0.1/JSNotifier.podspec | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 JSNotifier/0.0.1/JSNotifier.podspec diff --git a/JSNotifier/0.0.1/JSNotifier.podspec b/JSNotifier/0.0.1/JSNotifier.podspec new file mode 100644 index 00000000000000..8da33c5baa3941 --- /dev/null +++ b/JSNotifier/0.0.1/JSNotifier.podspec @@ -0,0 +1,37 @@ +Pod::Spec.new do |s| + s.name = "JSNotifier" + s.version = "0.0.1" + s.summary = "A simple class for iOS that provides users with notifications in a simple way." + s.homepage = "https://github.com/jonahsiegle/JSNotifier.git" + + s.license = { + :type => 'Apache License, Version 2.0', + :text => <<-LICENSE + Copyright 2012 Jonah Siegle + +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. +LICENSE + } + + s.author = 'Jonah Siegle' + + s.source = { :git => "https://github.com/jonahsiegle/JSNotifier.git", :commit => "354f9eadf473468dbf04666130506a52beafb2a3"} + + s.platform = :ios, '5.0' + + s.source_files = 'JSNotifier\ Sample/JSNotifier.h', 'JSNotifier\ Sample/JSNotifier.m' + + s.resources = "*.png" + + s.requires_arc = true +end From ff60fdec19a342ba1ab88413baeb373f70d7fc24 Mon Sep 17 00:00:00 2001 From: Daniel Kuhnke Date: Tue, 20 Nov 2012 14:53:09 +0100 Subject: [PATCH 012/104] added CoreTextLabel.podspec 1.1 --- CoreTextLabel/1.1/CoreTextLabel.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CoreTextLabel/1.1/CoreTextLabel.podspec diff --git a/CoreTextLabel/1.1/CoreTextLabel.podspec b/CoreTextLabel/1.1/CoreTextLabel.podspec new file mode 100644 index 00000000000000..90539cc0710a58 --- /dev/null +++ b/CoreTextLabel/1.1/CoreTextLabel.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'CoreTextLabel' + s.version = '1.1' + s.summary = "Simple UILabel replacement to display NSAttributedString by HTML with custom font and color in iOS applications." + s.homepage = "https://github.com/dkuhnke/CoreTextLabel" + s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' } + s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.1' } + s.platform = :ios + s.requires_arc = true + s.source_files = '*.{h,m}' + s.license = 'MIT' + s.ios.frameworks = 'QuartzCore', 'CoreText' + s.dependency 'RegexKitLite', '4.0' +end \ No newline at end of file From 86f430832bb6f1bb12e0deb8c7fcb919de23ab9d Mon Sep 17 00:00:00 2001 From: Alex Billingsley Date: Tue, 20 Nov 2012 13:20:31 -0500 Subject: [PATCH 013/104] [Update] SignalR-ObjC (1.0.alpha1) --- SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec diff --git a/SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec b/SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec new file mode 100644 index 00000000000000..f5a36c9392ea88 --- /dev/null +++ b/SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "SignalR-ObjC" + s.version = "1.0.alpha1" + s.summary = "Objective-C Client for the SignalR Project works with iOS and Mac." + s.homepage = "https://github.com/DyKnow/SignalR-ObjC" + s.license = 'MIT' + s.author = { "Alex Billingsley" => "abillingsley@dyknow.com" } + s.source = { :git => 'https://github.com/DyKnow/SignalR-ObjC.git', :tag => '1.0alpha1' } + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + s.source_files = 'SignalR.Client/**/*.{h,m}' + s.requires_arc = true + s.dependency 'AFNetworking', '>=1.0.0' +end \ No newline at end of file From b874b3676042ae14162ae53ab336cf9bdd14b7a9 Mon Sep 17 00:00:00 2001 From: Matt Vaznaian Date: Tue, 20 Nov 2012 10:24:28 -0800 Subject: [PATCH 014/104] Add StackMob v1.1.3 --- StackMob/1.1.3/StackMob.podspec | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 StackMob/1.1.3/StackMob.podspec diff --git a/StackMob/1.1.3/StackMob.podspec b/StackMob/1.1.3/StackMob.podspec new file mode 100644 index 00000000000000..ef17befa7f97f2 --- /dev/null +++ b/StackMob/1.1.3/StackMob.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'StackMob' + s.version = '1.1.3' + s.license = 'Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' + s.summary = "StackMob's SDK for accessing the StackMob Services on iOS." + s.homepage = 'http://stackmob.com' + s.author = { 'StackMob' => 'info@stackmob.com' } + s.source = { :git => 'https://github.com/stackmob/stackmob-ios-sdk.git', :commit => '38d9c8aac0fba8314f3fd9fba322d54a08b48f41' } + s.platform = :ios, '5.0' + s.source_files = 'Classes/*.{h,m}', 'Utility/*.{h,m}', 'CoreData/Classes/*.{h,m}', 'Push/*.{h,m}' + s.dependency 'AFNetworking', '1.0' + s.frameworks = 'CoreData', 'Security', 'SystemConfiguration', 'MobileCoreServices' + s.requires_arc = true + s.documentation = { + :appledoc => [ + '--index-desc','OverviewForDocs.md', + '--clean-output', + '--no-keep-undocumented-objects', + '--no-keep-undocumented-members', + '--no-repeat-first-par', + '--no-merge-categories', + '--install-docset' + ]} +end From 3e0309fb5f92d6cdb16261a35dfc75c57c6922aa Mon Sep 17 00:00:00 2001 From: Alex Billingsley Date: Tue, 20 Nov 2012 13:32:20 -0500 Subject: [PATCH 015/104] [Fix] SignalR-ObjC (1.0.alpha1) --- SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec b/SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec index f5a36c9392ea88..6b095508d230ae 100644 --- a/SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec +++ b/SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/DyKnow/SignalR-ObjC" s.license = 'MIT' s.author = { "Alex Billingsley" => "abillingsley@dyknow.com" } - s.source = { :git => 'https://github.com/DyKnow/SignalR-ObjC.git', :tag => '1.0alpha1' } + s.source = { :git => 'https://github.com/DyKnow/SignalR-ObjC.git', :tag => '1.0.alpha1' } s.ios.deployment_target = '5.0' s.osx.deployment_target = '10.7' s.source_files = 'SignalR.Client/**/*.{h,m}' From 973a2ca299a34614ace82e67a9b0964d10ca59b8 Mon Sep 17 00:00:00 2001 From: Alex Billingsley Date: Tue, 20 Nov 2012 13:38:36 -0500 Subject: [PATCH 016/104] [Update] SignalR-ObjC (1.0.alpha2) --- SignalR-ObjC/1.0.alpha2/SignalR-ObjC.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SignalR-ObjC/1.0.alpha2/SignalR-ObjC.podspec diff --git a/SignalR-ObjC/1.0.alpha2/SignalR-ObjC.podspec b/SignalR-ObjC/1.0.alpha2/SignalR-ObjC.podspec new file mode 100644 index 00000000000000..647dcfd6fb4fe1 --- /dev/null +++ b/SignalR-ObjC/1.0.alpha2/SignalR-ObjC.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "SignalR-ObjC" + s.version = "1.0.alpha2" + s.summary = "Objective-C Client for the SignalR Project works with iOS and Mac." + s.homepage = "https://github.com/DyKnow/SignalR-ObjC" + s.license = 'MIT' + s.author = { "Alex Billingsley" => "abillingsley@dyknow.com" } + s.source = { :git => 'https://github.com/DyKnow/SignalR-ObjC.git', :tag => '1.0.alpha2' } + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + s.source_files = 'SignalR.Client/**/*.{h,m}' + s.requires_arc = true + s.dependency 'AFNetworking', '>=1.0.0' +end \ No newline at end of file From b822caa38c99b3e8b78fb4035bed48d8f69328b7 Mon Sep 17 00:00:00 2001 From: Jon Rexeisen Date: Tue, 20 Nov 2012 14:32:35 -0600 Subject: [PATCH 017/104] Updated TTTAttributedLabel to use version 1.4.1 --- .../1.4.1/TTTAttributedLabel.podspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TTTAttributedLabel/1.4.1/TTTAttributedLabel.podspec diff --git a/TTTAttributedLabel/1.4.1/TTTAttributedLabel.podspec b/TTTAttributedLabel/1.4.1/TTTAttributedLabel.podspec new file mode 100644 index 00000000000000..48d9ee4b4fcf33 --- /dev/null +++ b/TTTAttributedLabel/1.4.1/TTTAttributedLabel.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = 'TTTAttributedLabel' + s.version = '1.4.1' + s.authors = {'Mattt Thompson' => 'm@mattt.me'} + s.homepage = 'https://github.com/mattt/TTTAttributedLabel/' + s.summary = 'A drop-in replacement for UILabel that supports attributes, data detectors, links, and more.' + s.source = {:git => 'https://github.com/mattt/TTTAttributedLabel.git', :tag => '1.4.1'} + s.license = 'MIT' + + s.platform = :ios + s.requires_arc = true + s.compiler_flags = '-Wno-arc-bridge-casts-disallowed-in-nonarc' + s.frameworks = 'CoreText' + s.source_files = 'TTTAttributedLabel' +end \ No newline at end of file From 154f842c436950a3c62bfff4c1b184ef046776fb Mon Sep 17 00:00:00 2001 From: Jon Rexeisen Date: Tue, 20 Nov 2012 15:19:50 -0600 Subject: [PATCH 018/104] Updated FormatterKit to v1.1.0 --- FormatterKit/1.1.0/FormatterKit.podspec | 50 +++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 FormatterKit/1.1.0/FormatterKit.podspec diff --git a/FormatterKit/1.1.0/FormatterKit.podspec b/FormatterKit/1.1.0/FormatterKit.podspec new file mode 100644 index 00000000000000..321ef19d5fca08 --- /dev/null +++ b/FormatterKit/1.1.0/FormatterKit.podspec @@ -0,0 +1,50 @@ +Pod::Spec.new do |s| + s.name = 'FormatterKit' + s.version = '1.1.0' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.summary = '`stringWithFormat:` for the sophisticated hacker set.' + s.homepage = 'https://github.com/mattt/FormatterKit' + s.author = { 'Mattt Thompson' => 'm@mattt.me' } + s.source = { :git => 'https://github.com/mattt/FormatterKit.git', :tag => '1.1.0' } + + s.description = "FormatterKit is a collection of well-crafted NSFormatter subclasses for things like units of information, distance, and relative time intervals. Each formatter abstracts away the complex business logic of their respective domain, so that you can focus on the more important aspects of your application." + + s.requires_arc = true + + s.ios.frameworks = 'AddressBook', 'AddressBookUI' + s.prefix_header_contents = <<-EOS +#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED + #import +#endif +EOS + + s.subspec 'AddressFormatter' do |ss| + ss.platform = :ios + ss.source_files = 'TTTAddressFormatter/*.{h,m}' + end + + s.subspec 'ArrayFormatter' do |ss| + ss.source_files = 'TTTArrayFormatter/*.{h,m}' + end + + s.subspec 'LocationFormatter' do |ss| + ss.source_files = 'TTTLocationFormatter/*.{h,m}' + ss.frameworks = 'CoreLocation' + end + + s.subspec 'OrdinalNumberFormatter' do |ss| + ss.source_files = 'TTTOrdinalNumberFormatter/*.{h,m}' + end + + s.subspec 'TimeIntervalFormatter' do |ss| + ss.source_files = 'TTTTimeIntervalFormatter/*.{h,m}' + end + + s.subspec 'UnitOfInformationFormatter' do |ss| + ss.source_files = 'TTTUnitOfInformationFormatter/*.{h,m}' + end + + s.subspec 'URLRequestFormatter' do |ss| + ss.source_files = 'TTTURLRequestFormatter/*.{h,m}' + end +end \ No newline at end of file From 35794927abdd5255ab6703a550e993c994e56998 Mon Sep 17 00:00:00 2001 From: Tyler Casselman Date: Tue, 20 Nov 2012 13:53:37 -0800 Subject: [PATCH 019/104] Add SystemConfiguration framework as a dependency to Mixpanel Mixpanel uses SystemConfiguration and CoreTelephony. --- Mixpanel/1.0.0/Mixpanel.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mixpanel/1.0.0/Mixpanel.podspec b/Mixpanel/1.0.0/Mixpanel.podspec index 33776368e8a40c..26399828d3f1e1 100644 --- a/Mixpanel/1.0.0/Mixpanel.podspec +++ b/Mixpanel/1.0.0/Mixpanel.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'http://mixpanel.com' s.author = { 'Mixpanel' => 'support@mixpanel.com' } s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :tag => 'v1.0.0' } - s.frameworks = 'CoreTelephony' + s.frameworks = 'CoreTelephony', 'SystemConfiguration' s.platform = :ios s.source_files = 'Mixpanel/**/*.{h,m}' end From e6f1ff5bb4ff8a7c9b5449b6def907553e7ae45c Mon Sep 17 00:00:00 2001 From: Neil Cowburn Date: Wed, 21 Nov 2012 00:30:24 +0000 Subject: [PATCH 020/104] Added BetterBlocks.podspec --- BetterBlocks/0.0.1/BetterBlocks.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 BetterBlocks/0.0.1/BetterBlocks.podspec diff --git a/BetterBlocks/0.0.1/BetterBlocks.podspec b/BetterBlocks/0.0.1/BetterBlocks.podspec new file mode 100644 index 00000000000000..af33ad6c733cca --- /dev/null +++ b/BetterBlocks/0.0.1/BetterBlocks.podspec @@ -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' => 'neilco@gmail.com' } + 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 \ No newline at end of file From 20b1ba28283c8949d85d74ff190553c2cb6e66fc Mon Sep 17 00:00:00 2001 From: Neil Cowburn Date: Wed, 21 Nov 2012 01:12:01 +0000 Subject: [PATCH 021/104] Fixed missing full spot on summary --- BetterBlocks/0.0.1/BetterBlocks.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BetterBlocks/0.0.1/BetterBlocks.podspec b/BetterBlocks/0.0.1/BetterBlocks.podspec index af33ad6c733cca..cf344b1931bbb3 100644 --- a/BetterBlocks/0.0.1/BetterBlocks.podspec +++ b/BetterBlocks/0.0.1/BetterBlocks.podspec @@ -2,7 +2,7 @@ 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.summary = 'Completion and Error blocks for NSURLConnection.' s.homepage = 'https://github.com/neilco/BetterBlocks' s.author = { 'Neil Cowburn' => 'neilco@gmail.com' } s.source = { :git => 'https://github.com/neilco/BetterBlocks.git', From 95d97fe257b3846f0a74b892c1436942ac1c3351 Mon Sep 17 00:00:00 2001 From: Rusty Zarse Date: Tue, 20 Nov 2012 20:15:52 -0500 Subject: [PATCH 022/104] added framework requirements to spec --- FRD3DBarChart/1.0.0/FRD3DBarChart.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/FRD3DBarChart/1.0.0/FRD3DBarChart.podspec b/FRD3DBarChart/1.0.0/FRD3DBarChart.podspec index ada4916caf8468..ddee6533124b44 100644 --- a/FRD3DBarChart/1.0.0/FRD3DBarChart.podspec +++ b/FRD3DBarChart/1.0.0/FRD3DBarChart.podspec @@ -8,5 +8,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/sebastienwindal/FRD3DBarChart.git", :tag => "1.0.0" } s.platform = :ios s.source_files = 'FRD3DBarChart/FRD3DBarChartViewController*.{h,m}', 'FRD3DBarChart/Shapes.h' + s.frameworks = 'OpenGLES', 'GLKit', 'QuartzCore', 'CoreText' s.requires_arc = true end From 9c5f69e1199d0ad5cb6aba36144b8b6b249954a8 Mon Sep 17 00:00:00 2001 From: Kauserali Hafizji Date: Wed, 21 Nov 2012 10:54:03 +0530 Subject: [PATCH 023/104] [Fix] JSNotifier (0.0.1) --- JSNotifier/0.0.1/JSNotifier.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSNotifier/0.0.1/JSNotifier.podspec b/JSNotifier/0.0.1/JSNotifier.podspec index 8da33c5baa3941..61b470ed598707 100644 --- a/JSNotifier/0.0.1/JSNotifier.podspec +++ b/JSNotifier/0.0.1/JSNotifier.podspec @@ -27,7 +27,7 @@ LICENSE s.source = { :git => "https://github.com/jonahsiegle/JSNotifier.git", :commit => "354f9eadf473468dbf04666130506a52beafb2a3"} - s.platform = :ios, '5.0' + s.platform = :ios s.source_files = 'JSNotifier\ Sample/JSNotifier.h', 'JSNotifier\ Sample/JSNotifier.m' From 27d3fe2fb1cb7b3707bff0a36f3559cdc2042113 Mon Sep 17 00:00:00 2001 From: Matt Vaznaian Date: Tue, 20 Nov 2012 21:29:58 -0800 Subject: [PATCH 024/104] Trying to get StackMob 1.1.3 working with tags --- StackMob/1.1.3/StackMob.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StackMob/1.1.3/StackMob.podspec b/StackMob/1.1.3/StackMob.podspec index ef17befa7f97f2..10e7fb1e28e66d 100644 --- a/StackMob/1.1.3/StackMob.podspec +++ b/StackMob/1.1.3/StackMob.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.summary = "StackMob's SDK for accessing the StackMob Services on iOS." s.homepage = 'http://stackmob.com' s.author = { 'StackMob' => 'info@stackmob.com' } - s.source = { :git => 'https://github.com/stackmob/stackmob-ios-sdk.git', :commit => '38d9c8aac0fba8314f3fd9fba322d54a08b48f41' } + s.source = { :git => 'https://github.com/stackmob/stackmob-ios-sdk.git', :tag => s.version.to_s } s.platform = :ios, '5.0' s.source_files = 'Classes/*.{h,m}', 'Utility/*.{h,m}', 'CoreData/Classes/*.{h,m}', 'Push/*.{h,m}' s.dependency 'AFNetworking', '1.0' From c554cf4f4a3a9deb48f67c8bd194679b008895ba Mon Sep 17 00:00:00 2001 From: Francis Chong Date: Wed, 21 Nov 2012 13:45:58 +0800 Subject: [PATCH 025/104] Add Evernote-SDK-iOS 0.2.2 --- Evernote-SDK-iOS/0.2.2/Evernote-SDK-iOS.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Evernote-SDK-iOS/0.2.2/Evernote-SDK-iOS.podspec diff --git a/Evernote-SDK-iOS/0.2.2/Evernote-SDK-iOS.podspec b/Evernote-SDK-iOS/0.2.2/Evernote-SDK-iOS.podspec new file mode 100644 index 00000000000000..8cff18a7cb2f8e --- /dev/null +++ b/Evernote-SDK-iOS/0.2.2/Evernote-SDK-iOS.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'Evernote-SDK-iOS' + s.version = '0.2.2' + s.platform = :ios + s.license = 'https://github.com/evernote/evernote-sdk-ios/blob/master/LICENSE' + s.summary = 'Evernote SDK for iOS.' + s.homepage = 'https://github.com/evernote/evernote-sdk-ios' + s.author = 'Evernote' + s.source = { :git => 'https://github.com/evernote/evernote-sdk-ios.git', :tag => '0.2.2' } + s.source_files = 'evernote-sdk-ios/*.{h,m}', 'evernote-sdk-ios/EDAM/*.{h,m}', 'evernote-sdk-ios/internal/*.{h,m}', 'evernote-sdk-ios/3rdParty/Thrift/**/*.{h,m}', 'evernote-sdk-ios/3rdParty/NSString+URLEncoding/*.{h,m}' + s.frameworks = 'Foundation', 'Security' + s.dependency 'cocoa-oauth', '~> 0.0.1' + s.dependency 'SSKeychain', '~> 0.1.2' +end \ No newline at end of file From d572b9d90a513c3eb9e30516203432b085761b00 Mon Sep 17 00:00:00 2001 From: Daniel Kuhnke Date: Wed, 21 Nov 2012 11:11:54 +0100 Subject: [PATCH 026/104] added CoreTextLabel 1.2 --- CoreTextLabel/1.2/CoreTextLabel.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CoreTextLabel/1.2/CoreTextLabel.podspec diff --git a/CoreTextLabel/1.2/CoreTextLabel.podspec b/CoreTextLabel/1.2/CoreTextLabel.podspec new file mode 100644 index 00000000000000..2ad17ffdf67b6b --- /dev/null +++ b/CoreTextLabel/1.2/CoreTextLabel.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'CoreTextLabel' + s.version = '1.2' + s.summary = "UILabel replacement to draw NSAttributedString or HTML with custom font and color in iOS applications. "numberOfLines" and "truncation" (NSLineBreakByTruncatingTail) is supported." + s.homepage = "https://github.com/dkuhnke/CoreTextLabel" + s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' } + s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.2' } + s.platform = :ios + s.requires_arc = true + s.source_files = '*.{h,m}' + s.license = 'MIT' + s.ios.frameworks = 'QuartzCore', 'CoreText' + s.dependency 'RegexKitLite', '4.0' +end \ No newline at end of file From 4bd435399fa6d19db8770f299acc1acb28d7df69 Mon Sep 17 00:00:00 2001 From: Daniel Kuhnke Date: Wed, 21 Nov 2012 11:21:56 +0100 Subject: [PATCH 027/104] fixed summary --- CoreTextLabel/1.2/CoreTextLabel.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreTextLabel/1.2/CoreTextLabel.podspec b/CoreTextLabel/1.2/CoreTextLabel.podspec index 2ad17ffdf67b6b..295a38d5c0f2a1 100644 --- a/CoreTextLabel/1.2/CoreTextLabel.podspec +++ b/CoreTextLabel/1.2/CoreTextLabel.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'CoreTextLabel' s.version = '1.2' - s.summary = "UILabel replacement to draw NSAttributedString or HTML with custom font and color in iOS applications. "numberOfLines" and "truncation" (NSLineBreakByTruncatingTail) is supported." + s.summary = "Label to draw NSAttributedString or HTML with custom font and color. numberOfLines and truncation is supported." s.homepage = "https://github.com/dkuhnke/CoreTextLabel" s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' } s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.2' } From 19fcb3536af896be522411ee9797edd4251faa67 Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Wed, 21 Nov 2012 14:42:27 +0000 Subject: [PATCH 028/104] [Update] LastFm (1.0.0) --- LastFm/1.0.0/LastFm.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LastFm/1.0.0/LastFm.podspec diff --git a/LastFm/1.0.0/LastFm.podspec b/LastFm/1.0.0/LastFm.podspec new file mode 100644 index 00000000000000..bc467333daecbc --- /dev/null +++ b/LastFm/1.0.0/LastFm.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "LastFm" + s.version = "1.0.0" + s.summary = "Block based Last.fm SDK for iOS and Mac OS X." + s.homepage = "https://github.com/gangverk/LastFm" + s.license = 'MIT' + s.author = { "Kevin Renskers" => "info@mixedcase.nl" } + s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } + s.ios.deployment_target = '4.0' + s.osx.deployment_target = '10.6' + s.source_files = 'LastFm/*.{h,m}' + s.requires_arc = true + s.dependency 'KissXML', '~> 5.0' +end From ba75cbab1bebcd61b8d5eafd5d69c220928e6ccb Mon Sep 17 00:00:00 2001 From: Daniel Kuhnke Date: Wed, 21 Nov 2012 18:54:28 +0100 Subject: [PATCH 029/104] added CoreTextLabel 1.2.1 --- CoreTextLabel/1.2.1/CoreTextLabel.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CoreTextLabel/1.2.1/CoreTextLabel.podspec diff --git a/CoreTextLabel/1.2.1/CoreTextLabel.podspec b/CoreTextLabel/1.2.1/CoreTextLabel.podspec new file mode 100644 index 00000000000000..e2d4272ff3c213 --- /dev/null +++ b/CoreTextLabel/1.2.1/CoreTextLabel.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'CoreTextLabel' + s.version = '1.2.1' + s.summary = "Label to draw NSAttributedString or HTML with custom font and color. numberOfLines and lineSpacing is supported." + s.homepage = "https://github.com/dkuhnke/CoreTextLabel" + s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' } + s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.2.1' } + s.platform = :ios + s.requires_arc = true + s.source_files = '*.{h,m}' + s.license = 'MIT' + s.ios.frameworks = 'QuartzCore', 'CoreText' + s.dependency 'RegexKitLite', '4.0' +end \ No newline at end of file From 76b2b5e821c995c94f56de399cf4eb88a8413702 Mon Sep 17 00:00:00 2001 From: Anner van Hardenbroek Date: Wed, 21 Nov 2012 19:57:02 +0100 Subject: [PATCH 030/104] Add spec for CDEvents 1.1.2 --- CDEvents/1.1.2/CDEvents.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CDEvents/1.1.2/CDEvents.podspec diff --git a/CDEvents/1.1.2/CDEvents.podspec b/CDEvents/1.1.2/CDEvents.podspec new file mode 100644 index 00000000000000..fd6e7a643c5e50 --- /dev/null +++ b/CDEvents/1.1.2/CDEvents.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "CDEvents" + s.version = "1.1.2" + s.summary = "An Objective-C wrapper for Mac OS X’s FSEvents C API." + s.homepage = "http://rastersize.github.com/CDEvents" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Aron Cedercrantz" => "aron@cedercrantz.se" } + s.source = { :git => "https://github.com/rastersize/CDEvents.git", :tag => "1.1.2" } + s.platform = :osx, '10.6' + s.source_files = '*.{h,m}' + s.framework = 'CoreServices' + s.requires_arc = true +end From b23eb7d8a2700dd8c823cd65c653a18fc40f00c2 Mon Sep 17 00:00:00 2001 From: Simon Booth Date: Wed, 21 Nov 2012 19:04:12 +0000 Subject: [PATCH 031/104] [Add] ltools (1.0) --- ltools/1.0/ltools.podspec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ltools/1.0/ltools.podspec diff --git a/ltools/1.0/ltools.podspec b/ltools/1.0/ltools.podspec new file mode 100644 index 00000000000000..e77a4364263fb4 --- /dev/null +++ b/ltools/1.0/ltools.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |s| + s.name = "ltools" + s.version = "1.0" + s.summary = "Tools to help with localising an iOS app." + s.description = "Tools to help with localising an iOS app. Currently this is a header file (L.h) with some convenience macros, and a script (L.sh) to check whether all your keys are included in your strings files. Use of L.sh requires the installation of 'ack'; if you have homebrew installed you can do this with 'brew install ack'." + s.homepage = "https://github.com/percysnoodle/ltools" + + s.license = 'MIT' + s.author = 'Simon Booth' + + s.source = { :git => "https://github.com/percysnoodle/ltools.git", :tag => "1.0" } + s.platform = :ios, '2.0' + + s.source_files = 'src' + s.preserve_paths = 'bin' +end From 066d8f2f4744139eccdc48965354f30cb8edf211 Mon Sep 17 00:00:00 2001 From: Marin Usalj Date: Wed, 21 Nov 2012 11:35:11 -0800 Subject: [PATCH 032/104] [Add] ObjectiveSugar (0.1) --- ObjectiveSugar/0.1/ObjectiveSugar.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ObjectiveSugar/0.1/ObjectiveSugar.podspec diff --git a/ObjectiveSugar/0.1/ObjectiveSugar.podspec b/ObjectiveSugar/0.1/ObjectiveSugar.podspec new file mode 100644 index 00000000000000..e45d17aa2f6083 --- /dev/null +++ b/ObjectiveSugar/0.1/ObjectiveSugar.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "ObjectiveSugar" + s.version = "0.1" + s.summary = "ObjectiveC additions for humans. Ruby style." + s.homepage = "https://github.com/mneorr/ObjectiveSugar" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Marin Usalj" => "mneorr@gmail.com" } + s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.1' } + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.source_files = 'Classes', 'src/**/*.{h,m}' +end From 76dc3042e5543445d120226306c3018e156003db Mon Sep 17 00:00:00 2001 From: Marin Usalj Date: Wed, 21 Nov 2012 11:42:21 -0800 Subject: [PATCH 033/104] [Update] ObjectiveSugar (0.1.1) --- ObjectiveSugar/0.1.1/ObjectiveSugar.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ObjectiveSugar/0.1.1/ObjectiveSugar.podspec diff --git a/ObjectiveSugar/0.1.1/ObjectiveSugar.podspec b/ObjectiveSugar/0.1.1/ObjectiveSugar.podspec new file mode 100644 index 00000000000000..7be448c051aa2c --- /dev/null +++ b/ObjectiveSugar/0.1.1/ObjectiveSugar.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "ObjectiveSugar" + s.version = "0.1.1" + s.summary = "ObjectiveC additions for humans. Ruby style." + s.homepage = "https://github.com/mneorr/ObjectiveSugar" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Marin Usalj" => "mneorr@gmail.com" } + s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.1.1' } + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.source_files = 'ObjectiveSugar.h', 'src/**/*.{h,m}' +end From 79dc4e4467b94103e554bc8ae01142982974bd03 Mon Sep 17 00:00:00 2001 From: Anner van Hardenbroek Date: Wed, 21 Nov 2012 21:52:19 +0100 Subject: [PATCH 034/104] Add CDEvents 1.2.0 pod spec. The owner/author of the source code is @rastersize. I commit only this version of the spec, see: https://github.com/rastersize/CDEvents/issues/13#issuecomment-10613585 more info. --- CDEvents/1.1.2/CDEvents.podspec | 13 ------------- CDEvents/1.2.0/CDEvents.podspec | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 CDEvents/1.1.2/CDEvents.podspec create mode 100644 CDEvents/1.2.0/CDEvents.podspec diff --git a/CDEvents/1.1.2/CDEvents.podspec b/CDEvents/1.1.2/CDEvents.podspec deleted file mode 100644 index fd6e7a643c5e50..00000000000000 --- a/CDEvents/1.1.2/CDEvents.podspec +++ /dev/null @@ -1,13 +0,0 @@ -Pod::Spec.new do |s| - s.name = "CDEvents" - s.version = "1.1.2" - s.summary = "An Objective-C wrapper for Mac OS X’s FSEvents C API." - s.homepage = "http://rastersize.github.com/CDEvents" - s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { "Aron Cedercrantz" => "aron@cedercrantz.se" } - s.source = { :git => "https://github.com/rastersize/CDEvents.git", :tag => "1.1.2" } - s.platform = :osx, '10.6' - s.source_files = '*.{h,m}' - s.framework = 'CoreServices' - s.requires_arc = true -end diff --git a/CDEvents/1.2.0/CDEvents.podspec b/CDEvents/1.2.0/CDEvents.podspec new file mode 100644 index 00000000000000..f33cc4c6839320 --- /dev/null +++ b/CDEvents/1.2.0/CDEvents.podspec @@ -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" => "aron@cedercrantz.se" } + 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 \ No newline at end of file From 787997a9b826e4403202773179b4ae0a34d66d0b Mon Sep 17 00:00:00 2001 From: Marin Usalj Date: Wed, 21 Nov 2012 13:06:10 -0800 Subject: [PATCH 035/104] [Update] ObjectiveSugar (0.2) --- ObjectiveSugar/0.2/ObjectiveSugar.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ObjectiveSugar/0.2/ObjectiveSugar.podspec diff --git a/ObjectiveSugar/0.2/ObjectiveSugar.podspec b/ObjectiveSugar/0.2/ObjectiveSugar.podspec new file mode 100644 index 00000000000000..f3b459d0cdd49f --- /dev/null +++ b/ObjectiveSugar/0.2/ObjectiveSugar.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "ObjectiveSugar" + s.version = "0.2" + s.summary = "ObjectiveC additions for humans. Ruby style." + s.homepage = "https://github.com/mneorr/ObjectiveSugar" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Marin Usalj" => "mneorr@gmail.com" } + s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.2' } + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.source_files = 'src/**/*.{h,m}' +end From f9a8e13c1ea5a6423882de34a62e7771b23dc156 Mon Sep 17 00:00:00 2001 From: Marcel Ruegenberg Date: Wed, 21 Nov 2012 22:48:34 +0100 Subject: [PATCH 036/104] [Update] objc-utils (0.2.5) --- objc-utils/0.2.5/objc-utils.podspec | 39 +++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 objc-utils/0.2.5/objc-utils.podspec diff --git a/objc-utils/0.2.5/objc-utils.podspec b/objc-utils/0.2.5/objc-utils.podspec new file mode 100644 index 00000000000000..72b592f31d40f4 --- /dev/null +++ b/objc-utils/0.2.5/objc-utils.podspec @@ -0,0 +1,39 @@ +Pod::Spec.new do |s| + s.name = "objc-utils" + s.version = "0.2.5" + s.summary = "Utilities for developing with Objective-C, particularly under iOS." + s.description = <<-DESC + This is a collection of useful classes and extensions for common classes in CoreFoundation and UIKit. + + * Various categories to make the standard CoreFoundation and UIKit classes more useful. + * A few helper classes with the same purpose. + DESC + s.homepage = "https://github.com/mruegenberg/objc-utils" + s.license = { + :type => 'Custom Permissive Free Software Licence', + :text => <<-LICENSE + You can redistribute and use in your commercial or non-commercial projects all of this code. + No guarantee is expressed or implied. + If you redistribute the code, license notices and the name of the original author (if contained in the code) must be preserved. + LICENSE + } + s.author = { "Marcel Ruegenberg" => "github@dustlab.com" } + s.source = { :git => "https://github.com/mruegenberg/objc-utils.git", :tag => "0.2.5" } + + s.platform = :ios, "5.0" + s.requires_arc = true + + s.source_files = 'Util.h', 'Util.m' + + s.subspec 'CoreFoundation' do |sp| + sp.source_files = 'CoreFoundation/**/*.{h,m,c}' + s.library = 'z' + s.framework = 'CoreFoundation' + end + + s.subspec 'UIKit' do |sp| + sp.source_files = 'UIKit/**/*.{h,m,c}' + s.framework = 'UIKit' + s.resources = 'UIKit/ViewUtil/*.png' + end +end From 1dff78bb4a0dffb6d6effc549082ba63868337ec Mon Sep 17 00:00:00 2001 From: Marin Usalj Date: Wed, 21 Nov 2012 15:05:29 -0800 Subject: [PATCH 037/104] [Update] ObjectiveRecord (1.0.2) --- ObjectiveRecord/1.0.2/ObjectiveRecord.podspec | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ObjectiveRecord/1.0.2/ObjectiveRecord.podspec diff --git a/ObjectiveRecord/1.0.2/ObjectiveRecord.podspec b/ObjectiveRecord/1.0.2/ObjectiveRecord.podspec new file mode 100644 index 00000000000000..1e3744bf125946 --- /dev/null +++ b/ObjectiveRecord/1.0.2/ObjectiveRecord.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = "ObjectiveRecord" + s.version = "1.0.2" + s.summary = "Lightweight and sexy Core Data finders, creators and other methods. Rails syntax." + s.homepage = "https://github.com/mneorr/Objective-Record" + s.license = { :type => 'MIT', :file => 'LICENSE' } + + s.author = { "Marin Usalj" => "mneorr@gmail.com" } + s.source = { :git => "https://github.com/mneorr/Objective-Record.git", :tag => "1.0.2" } + + s.source_files = 'ObjectiveRecord.h', 'src/**/*.{h,m}' + s.framework = 'CoreData' + s.requires_arc = true + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.dependency 'ObjectiveSugar' +end From 9ec8567cf1e0b4b3dddd7a99ce51f709c32f0888 Mon Sep 17 00:00:00 2001 From: bryn austin bellomy Date: Wed, 21 Nov 2012 19:09:39 -0600 Subject: [PATCH 038/104] Updating BrynKit to v1.0.1 --- BrynKit/1.0.1/BrynKit.podspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 BrynKit/1.0.1/BrynKit.podspec diff --git a/BrynKit/1.0.1/BrynKit.podspec b/BrynKit/1.0.1/BrynKit.podspec new file mode 100644 index 00000000000000..193d61b7dbf25c --- /dev/null +++ b/BrynKit/1.0.1/BrynKit.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = "BrynKit" + s.version = "1.0.1" + s.author = { "bryn austin bellomy" => "bryn.bellomy@gmail.com" } + 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 " +end From 28f340e597153bd0112e94fb97bafe9991208100 Mon Sep 17 00:00:00 2001 From: stcui Date: Thu, 22 Nov 2012 10:10:56 +0800 Subject: [PATCH 039/104] update summary --- BeeFramework/0.1.1/BeeFramework.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeeFramework/0.1.1/BeeFramework.podspec b/BeeFramework/0.1.1/BeeFramework.podspec index c6ed99e7fb4762..37c0698e8aa7ff 100644 --- a/BeeFramework/0.1.1/BeeFramework.podspec +++ b/BeeFramework/0.1.1/BeeFramework.podspec @@ -1,7 +1,7 @@ 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.summary = "Bee Framework is an iOS MVC framework to help you develop your app rapidly. Add __BEE_DEBUGGER__=1 in build setting of Pods target to enable Bee Debugger." 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. From 942a3edd9ebfb2d0b9178e62e86e2bbf6a92e82e Mon Sep 17 00:00:00 2001 From: stcui Date: Thu, 22 Nov 2012 11:29:03 +0800 Subject: [PATCH 040/104] fix summary and tag --- BeeFramework/0.1.1/BeeFramework.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BeeFramework/0.1.1/BeeFramework.podspec b/BeeFramework/0.1.1/BeeFramework.podspec index 37c0698e8aa7ff..619a26a16d70c0 100644 --- a/BeeFramework/0.1.1/BeeFramework.podspec +++ b/BeeFramework/0.1.1/BeeFramework.podspec @@ -1,17 +1,18 @@ 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. Add __BEE_DEBUGGER__=1 in build setting of Pods target to enable Bee Debugger." + 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" => "gavinkwoe@gmail.com"} - s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1" } + s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1.1" } s.resource = "BeeDebugger/*.png" s.platform = :ios From 41e00eac03d9586081e237f58f2f58914f4909cc Mon Sep 17 00:00:00 2001 From: Heyward Fann Date: Thu, 22 Nov 2012 14:41:32 +0800 Subject: [PATCH 041/104] EGOCache requires_arc = true. --- EGOCache/2.0/EGOCache.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EGOCache/2.0/EGOCache.podspec b/EGOCache/2.0/EGOCache.podspec index a392baa72aa345..be4870c9ac7a24 100644 --- a/EGOCache/2.0/EGOCache.podspec +++ b/EGOCache/2.0/EGOCache.podspec @@ -9,6 +9,7 @@ Pod::Spec.new do |s| :tag => 'v2.0' } s.source_files = '*.{h,m}' + s.requires_arc = true s.license = { :type => 'MIT', @@ -23,4 +24,4 @@ Pod::Spec.new do |s| LICENSE } -end \ No newline at end of file +end From 60b51e341f727b7d715ed541ea9cb52f6e0cc819 Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Thu, 22 Nov 2012 15:26:51 +0100 Subject: [PATCH 042/104] CocoaPods release 0.16.0 --- CocoaPods-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CocoaPods-version.yml b/CocoaPods-version.yml index c6db3c4969d341..122f8d1d0e9967 100644 --- a/CocoaPods-version.yml +++ b/CocoaPods-version.yml @@ -1,3 +1,3 @@ --- -last: 0.16.0.rc5 +last: 0.16.0 min: 0.6.0 From 89e1cd06e92780a04d4957c65e968e08c6216b2a Mon Sep 17 00:00:00 2001 From: Diego Torres Date: Thu, 22 Nov 2012 13:47:40 -0300 Subject: [PATCH 043/104] Added OLImageView 1.0.0 --- OLImageView/1.0.0/OLImageView.podspec | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 OLImageView/1.0.0/OLImageView.podspec diff --git a/OLImageView/1.0.0/OLImageView.podspec b/OLImageView/1.0.0/OLImageView.podspec new file mode 100644 index 00000000000000..9bbc6541d96310 --- /dev/null +++ b/OLImageView/1.0.0/OLImageView.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = "OLImageView" + s.version = "1.0.0" + s.summary = "Animated GIFs implemented the right way." + s.homepage = "https://www.github.com/ondalabs/OLImageView" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Diego Torres" => "contact@dtorres.me" } + s.source = { :git => "https://github.com/ondalabs/OLImageView.git", :tag => "1.0.0" } + s.platform = :ios, '5.0' + s.source_files = 'OLImage.{h,m}', 'OLImageView.{h,m}' + s.framework = 'ImageIO', 'MobileCoreServices', 'QuartzCore' + s.requires_arc = true + + s.subspec 'AFNetworking' do |af| + af.dependency 'AFNetworking' + af.source_files = "Categories/AFImageRequestOperation+OLImage.{h,m}" + end + + s.preferred_dependency = 'AFNetworking' + +end From 4ffb1e86d4e4604820a424a56eece32c1be3a122 Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Thu, 22 Nov 2012 18:39:06 +0100 Subject: [PATCH 044/104] [Rakefile] Hotfix for Travis issues. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ae352de8e2b728..0ffd8332b8668e 100644 --- a/Rakefile +++ b/Rakefile @@ -26,7 +26,7 @@ namespace :travis do end task :setup => [:install_opencflite_debs, :fix_rvm_include_dir] do - sh "CFLAGS='-I#{rvm_ruby_dir}/include' bundle install" + sh "CFLAGS='-I#{rvm_ruby_dir}/include' bundle update" end end From b944e4d4106a572aa71546792a900babce21932a Mon Sep 17 00:00:00 2001 From: broderboy Date: Thu, 22 Nov 2012 13:03:40 -0500 Subject: [PATCH 045/104] Added DoneCancelNumberPadToolbar --- .../0.6.0/DoneCancelNumberPadToolbar.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 DoneCancelNumberPadToolbar/0.6.0/DoneCancelNumberPadToolbar.podspec diff --git a/DoneCancelNumberPadToolbar/0.6.0/DoneCancelNumberPadToolbar.podspec b/DoneCancelNumberPadToolbar/0.6.0/DoneCancelNumberPadToolbar.podspec new file mode 100644 index 00000000000000..e1eecb78dca483 --- /dev/null +++ b/DoneCancelNumberPadToolbar/0.6.0/DoneCancelNumberPadToolbar.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = "DoneCancelNumberPadToolbar" + s.version = "0.6.0" + s.summary = "Adds Done and Cancel buttons to an iPhone Number Pad." + s.homepage = "https://github.com/broderboy/iphone-DoneCancelNumberPadToolbar" + + s.license = 'cc-wiki' + + s.author = { "broderboy" => "timothy.broder@gmail.com" } + s.source = { :git => "https://github.com/broderboy/iphone-DoneCancelNumberPadToolbar.git", :tag => "0.6.0 " } + + s.platform = :ios, '5.0' + s.source_files = 'DoneCancelNumberPadToolbar*.{h,m}' + + s.requires_arc = true + +end From 9c7a8957d299a54cf05751907a1914d3298027be Mon Sep 17 00:00:00 2001 From: PassSlot Date: Thu, 22 Nov 2012 22:26:21 +0100 Subject: [PATCH 046/104] [Add] PassSlot (0.3) --- PassSlot/0.3/PassSlot.podspec | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 PassSlot/0.3/PassSlot.podspec diff --git a/PassSlot/0.3/PassSlot.podspec b/PassSlot/0.3/PassSlot.podspec new file mode 100644 index 00000000000000..0d5e98e16ff53d --- /dev/null +++ b/PassSlot/0.3/PassSlot.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = "PassSlot" + s.version = "0.3" + s.summary = "Objective-C Framework (SDK) for easy Passbook integration." + s.description = <<-DESC + PassSlot is a free service for developers that aims to make Passbook integration easy – Really easy. +It combines a Cloud Service that distributes, manages and signs your passes with a powerful Objective-C framework for iOS that reduces the amount of code you need to write to get Passbook integration done. + DESC + s.homepage = "http://www.passslot.com" + s.license = { + :type => 'Commercial', + :text => <<-LICENSE + Copyright © 2012 PassSlot + + All rights reserved. + LICENSE + } + s.author = { "PassSlot" => "support@passslot.com" } + s.source = { :git => "https://github.com/passslot/passslot-ios-sdk.git", :tag => "v0.3" } + s.platform = :ios, '6.0' + s.source_files = 'sdk/PassSlot.framework/Headers' + s.preserve_paths = "sdk/PassSlot.framework" + s.frameworks = 'PassSlot', 'PassKit', 'CFNetwork', 'Security', 'SystemConfiguration' + s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/PassSlot/sdk"' } +end From 5ffe21f09be6c327259fec649dd9f5f65d02f388 Mon Sep 17 00:00:00 2001 From: Eric Horacek Date: Thu, 22 Nov 2012 18:43:27 -0700 Subject: [PATCH 047/104] Adds MSNavigationPaneViewController 0.0.1 version --- .../0.0.1/MSNavigationPaneViewController.podspec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 MSNavigationPaneViewController/0.0.1/MSNavigationPaneViewController.podspec diff --git a/MSNavigationPaneViewController/0.0.1/MSNavigationPaneViewController.podspec b/MSNavigationPaneViewController/0.0.1/MSNavigationPaneViewController.podspec new file mode 100644 index 00000000000000..fa110017d4533d --- /dev/null +++ b/MSNavigationPaneViewController/0.0.1/MSNavigationPaneViewController.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |s| + s.name = 'MSNavigationPaneViewController' + s.version = '0.0.1' + s.license = 'MIT' + s.platform = :ios, '5.0' + + s.summary = 'Draggable navigation pane view controller for iPhone. Similar to the Path/Facebook navigation paradigm.' + s.homepage = 'https://github.com/monospacecollective/MSNavigationPaneViewController' + s.author = { 'Eric Horacek' => 'eric@monospacecollective.com' } + s.source = { :git => 'https://github.com/monospacecollective/MSNavigationPaneViewController.git', :tag => s.version.to_s } + + s.source_files = 'MSNavigationPaneViewController/*.{h,m}' + + s.requires_arc = true + s.frameworks = 'QuartzCore' +end From 13c79806942e11ade91118e2cebc257891539933 Mon Sep 17 00:00:00 2001 From: Christoph Jerolimov Date: Fri, 23 Nov 2012 08:49:35 +0100 Subject: [PATCH 048/104] [Update] Apache Cordova is leaving the incubator state. Update repo url. --- Cordova/1.0.0/Cordova.podspec | 2 +- Cordova/1.1.0/Cordova.podspec | 2 +- Cordova/1.2.0/Cordova.podspec | 2 +- Cordova/1.3.0/Cordova.podspec | 2 +- Cordova/1.4.0/Cordova.podspec | 2 +- Cordova/1.4.1/Cordova.podspec | 2 +- Cordova/1.5.0/Cordova.podspec | 2 +- Cordova/1.6.0/Cordova.podspec | 2 +- Cordova/1.6.1/Cordova.podspec | 2 +- Cordova/1.7.0/Cordova.podspec | 2 +- Cordova/1.8.0/Cordova.podspec | 2 +- Cordova/1.8.1/Cordova.podspec | 2 +- Cordova/1.9.0/Cordova.podspec | 2 +- Cordova/2.0.0/Cordova.podspec | 2 +- Cordova/2.1.0/Cordova.podspec | 2 +- Cordova/2.2.0/Cordova.podspec | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cordova/1.0.0/Cordova.podspec b/Cordova/1.0.0/Cordova.podspec index 4a9d0124574b71..6c63808038b336 100644 --- a/Cordova/1.0.0/Cordova.podspec +++ b/Cordova/1.0.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'The "New" BSD License *or* the MIT License (2008)' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.0.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.0.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.0.0" } s.source_files = 'PhoneGapLib/Classes/*.{h,m}', 'PhoneGapLib/Classes/JSON/*.{h,m}' s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION' diff --git a/Cordova/1.1.0/Cordova.podspec b/Cordova/1.1.0/Cordova.podspec index 36e4f58c231767..2c1eae4f495542 100644 --- a/Cordova/1.1.0/Cordova.podspec +++ b/Cordova/1.1.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'The "New" BSD License *or* the MIT License (2008)' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.1.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.1.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.1.0" } s.source_files = 'PhoneGapLib/Classes/*.{h,m}', 'PhoneGapLib/Classes/JSON/*.{h,m}' s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION' diff --git a/Cordova/1.2.0/Cordova.podspec b/Cordova/1.2.0/Cordova.podspec index f83827960ce130..6864607ecb64a9 100644 --- a/Cordova/1.2.0/Cordova.podspec +++ b/Cordova/1.2.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'The "New" BSD License *or* the MIT License (2008)' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.2.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.2.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.2.0" } s.source_files = 'PhoneGapLib/Classes/*.{h,m}' s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION' diff --git a/Cordova/1.3.0/Cordova.podspec b/Cordova/1.3.0/Cordova.podspec index a959a28f45666c..ceaa20eb935135 100644 --- a/Cordova/1.3.0/Cordova.podspec +++ b/Cordova/1.3.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'The "New" BSD License *or* the MIT License (2008)' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.3.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.3.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.3.0" } s.source_files = 'PhoneGapLib/Classes/*.{h,m}' s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION' diff --git a/Cordova/1.4.0/Cordova.podspec b/Cordova/1.4.0/Cordova.podspec index 2fe5a241396408..f1cca669548170 100644 --- a/Cordova/1.4.0/Cordova.podspec +++ b/Cordova/1.4.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'The "New" BSD License *or* the MIT License (2008)' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.4.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.4.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.4.0" } s.source_files = 'PhoneGapLib/Classes/*.{h,m}' s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION' diff --git a/Cordova/1.4.1/Cordova.podspec b/Cordova/1.4.1/Cordova.podspec index ae8859c2b72fe8..cac44b18b13c14 100644 --- a/Cordova/1.4.1/Cordova.podspec +++ b/Cordova/1.4.1/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'The "New" BSD License *or* the MIT License (2008)' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.4.1" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.4.1" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.4.1" } s.source_files = 'PhoneGapLib/Classes/*.{h,m}' s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION' diff --git a/Cordova/1.5.0/Cordova.podspec b/Cordova/1.5.0/Cordova.podspec index b66a1629ba56bc..699cabf2a3a42b 100644 --- a/Cordova/1.5.0/Cordova.podspec +++ b/Cordova/1.5.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.5.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.5.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.5.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascripts/core/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/1.6.0/Cordova.podspec b/Cordova/1.6.0/Cordova.podspec index d76ab174e068da..5b5e428ff98d98 100644 --- a/Cordova/1.6.0/Cordova.podspec +++ b/Cordova/1.6.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.6.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.6.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.6.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/1.6.1/Cordova.podspec b/Cordova/1.6.1/Cordova.podspec index c2d36c310e68aa..cb884466b83070 100644 --- a/Cordova/1.6.1/Cordova.podspec +++ b/Cordova/1.6.1/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.6.1" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.6.1" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.6.1" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/1.7.0/Cordova.podspec b/Cordova/1.7.0/Cordova.podspec index 693f706c4e64e8..e838a03c30fa78 100644 --- a/Cordova/1.7.0/Cordova.podspec +++ b/Cordova/1.7.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.7.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.7.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.7.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/1.8.0/Cordova.podspec b/Cordova/1.8.0/Cordova.podspec index 9f8808f54e3568..52cf5da601aca9 100644 --- a/Cordova/1.8.0/Cordova.podspec +++ b/Cordova/1.8.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.8.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.8.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.8.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/1.8.1/Cordova.podspec b/Cordova/1.8.1/Cordova.podspec index 50483c932972c9..13aa6902ab01a6 100644 --- a/Cordova/1.8.1/Cordova.podspec +++ b/Cordova/1.8.1/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.8.1" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.8.1" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.8.1" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/1.9.0/Cordova.podspec b/Cordova/1.9.0/Cordova.podspec index 35fc61cf0f051d..0955099e86ec64 100644 --- a/Cordova/1.9.0/Cordova.podspec +++ b/Cordova/1.9.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.9.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.9.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.9.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/2.0.0/Cordova.podspec b/Cordova/2.0.0/Cordova.podspec index b55267e90e69ce..95ac2743ea1b0b 100644 --- a/Cordova/2.0.0/Cordova.podspec +++ b/Cordova/2.0.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.0.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.0.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.0.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/2.1.0/Cordova.podspec b/Cordova/2.1.0/Cordova.podspec index 43731171eb5c02..f5008a20b3d09e 100644 --- a/Cordova/2.1.0/Cordova.podspec +++ b/Cordova/2.1.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' - s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.1.0" } + s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.1.0" } # s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.1.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/2.2.0/Cordova.podspec b/Cordova/2.2.0/Cordova.podspec index ba1c12ca0270cf..d6c5fd677e2e39 100644 --- a/Cordova/2.2.0/Cordova.podspec +++ b/Cordova/2.2.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' - s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.2.0" } + s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.2.0" } # s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.2.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'bin/templates/project/www/cordova-2.2.0.js', 'CordovaLib/VERSION' From fb9d66d9ed7928f9cfd4bb46820f92bd327760fc Mon Sep 17 00:00:00 2001 From: Daniel Kuhnke Date: Fri, 23 Nov 2012 11:08:38 +0100 Subject: [PATCH 049/104] added new versions of UrbanAirship-iOS-SDK.podspec --- .../1.3.4/UrbanAirship-iOS-SDK.podspec | 24 +++++++++++++++++++ .../1.3.5/UrbanAirship-iOS-SDK.podspec | 24 +++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec create mode 100644 UrbanAirship-iOS-SDK/1.3.5/UrbanAirship-iOS-SDK.podspec diff --git a/UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec b/UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec new file mode 100644 index 00000000000000..4592c194efb482 --- /dev/null +++ b/UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'UrbanAirship-iOS-SDK' + s.version = '1.3.4' + s.license = 'BSD' + s.platform = :ios + + s.summary = 'A simple way to integrate Urban Airship services into your iOS applications.' + s.homepage = 'https://github.com/urbanairship/ios-library' + s.author = { 'Urban Airship' => 'support@urbanairship.com' } + s.source = { :git => 'https://github.com/urbanairship/ios-library.git', :tag => 'v1.3.4' } + + # Airship ships both UA-prefixed ASI and SBJson, as well as un-prefixed + # versions that are no longer used in the .xcodeproj. + files = FileList['Airship/**/*.{h,m,c}'] + files.exclude(/\/asi-http-request\//) + files.exclude(/\/json-framework\//) + files.exclude(/\/google-toolbox-for-mac\//) + s.source_files = files + + s.libraries = 'z', 'sqlite3.0' + s.frameworks = 'CFNetwork', 'CoreGraphics', 'Foundation', 'MobileCoreServices', + 'Security', 'SystemConfiguration', 'UIKit', 'CoreTelephony', + 'StoreKit', 'CoreLocation', 'MapKit' +end \ No newline at end of file diff --git a/UrbanAirship-iOS-SDK/1.3.5/UrbanAirship-iOS-SDK.podspec b/UrbanAirship-iOS-SDK/1.3.5/UrbanAirship-iOS-SDK.podspec new file mode 100644 index 00000000000000..f44438e9ebf360 --- /dev/null +++ b/UrbanAirship-iOS-SDK/1.3.5/UrbanAirship-iOS-SDK.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'UrbanAirship-iOS-SDK' + s.version = '1.3.5' + s.license = 'BSD' + s.platform = :ios + + s.summary = 'A simple way to integrate Urban Airship services into your iOS applications.' + s.homepage = 'https://github.com/urbanairship/ios-library' + s.author = { 'Urban Airship' => 'support@urbanairship.com' } + s.source = { :git => 'https://github.com/urbanairship/ios-library.git', :tag => 'v1.3.5' } + + # Airship ships both UA-prefixed ASI and SBJson, as well as un-prefixed + # versions that are no longer used in the .xcodeproj. + files = FileList['Airship/**/*.{h,m,c}'] + files.exclude(/\/asi-http-request\//) + files.exclude(/\/json-framework\//) + files.exclude(/\/google-toolbox-for-mac\//) + s.source_files = files + + s.libraries = 'z', 'sqlite3.0' + s.frameworks = 'CFNetwork', 'CoreGraphics', 'Foundation', 'MobileCoreServices', + 'Security', 'SystemConfiguration', 'UIKit', 'CoreTelephony', + 'StoreKit', 'CoreLocation', 'MapKit' +end \ No newline at end of file From ecb5d2af9e8f1ad85dbf14b913c88278bd7ea97e Mon Sep 17 00:00:00 2001 From: Daniel Kuhnke Date: Fri, 23 Nov 2012 11:48:57 +0100 Subject: [PATCH 050/104] prevent duplicate files and make use of subspecs --- UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec | 7 +++++++ UrbanAirship-iOS-SDK/1.3.5/UrbanAirship-iOS-SDK.podspec | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec b/UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec index 4592c194efb482..15626b1e82ae6f 100644 --- a/UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec +++ b/UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec @@ -15,7 +15,14 @@ Pod::Spec.new do |s| files.exclude(/\/asi-http-request\//) files.exclude(/\/json-framework\//) files.exclude(/\/google-toolbox-for-mac\//) + files.exclude(/\/ZipFile-OC\//) + files.exclude(/\/Reachability.*/) s.source_files = files + + s.dependency 'ZipArchive', '1.01h' + s.dependency 'Reachability', '3.1.0' + s.dependency 'ASIHTTPRequest', '1.8.1' + s.dependency 'SBJson', '3.1.1' s.libraries = 'z', 'sqlite3.0' s.frameworks = 'CFNetwork', 'CoreGraphics', 'Foundation', 'MobileCoreServices', diff --git a/UrbanAirship-iOS-SDK/1.3.5/UrbanAirship-iOS-SDK.podspec b/UrbanAirship-iOS-SDK/1.3.5/UrbanAirship-iOS-SDK.podspec index f44438e9ebf360..e46915a587d0f5 100644 --- a/UrbanAirship-iOS-SDK/1.3.5/UrbanAirship-iOS-SDK.podspec +++ b/UrbanAirship-iOS-SDK/1.3.5/UrbanAirship-iOS-SDK.podspec @@ -15,7 +15,14 @@ Pod::Spec.new do |s| files.exclude(/\/asi-http-request\//) files.exclude(/\/json-framework\//) files.exclude(/\/google-toolbox-for-mac\//) + files.exclude(/\/ZipFile-OC\//) + files.exclude(/\/Reachability.*/) s.source_files = files + + s.dependency 'ZipArchive', '1.01h' + s.dependency 'Reachability', '3.1.0' + s.dependency 'ASIHTTPRequest', '1.8.1' + s.dependency 'SBJson', '3.1.1' s.libraries = 'z', 'sqlite3.0' s.frameworks = 'CFNetwork', 'CoreGraphics', 'Foundation', 'MobileCoreServices', From 05d9f2a8f76768aa61e6ac3252d2f16bf570cd98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chad=20St=C3=BCmpges?= Date: Fri, 23 Nov 2012 12:13:18 +0100 Subject: [PATCH 051/104] [Add] Flash2Cocos2D (0.5) --- Flash2Cocos2D/0.5/Flash2Cocos2D.podspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Flash2Cocos2D/0.5/Flash2Cocos2D.podspec diff --git a/Flash2Cocos2D/0.5/Flash2Cocos2D.podspec b/Flash2Cocos2D/0.5/Flash2Cocos2D.podspec new file mode 100644 index 00000000000000..c8d27e2fe56d3d --- /dev/null +++ b/Flash2Cocos2D/0.5/Flash2Cocos2D.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = "Flash2Cocos2D" + s.version = "0.5" + s.summary = "Library to import animations made in Flash to Cocos2D." + s.description = "A modified grapefrukt-export creates xml descriptions of timeline animations. Flash2Cocos2D imports that xml and recreates what were timeline animations." + s.homepage = "https://github.com/percentjuice/Flash2Cocos2D" + s.license = 'MIT' + s.author = 'cstuempges' + s.source = { :git => "https://github.com/percentjuice/Flash2Cocos2D.git", :tag => "v0.5" } + s.platform = :ios, '5.0' + s.source_files = 'FlashToCocosARC', 'FlashToCocosARC/*.{h,m}' + s.requires_arc = true + s.dependency 'cocos2d', '2.0' + s.dependency 'TBXML', '1.5' +end From f8e7030d089a5be6dbaa1691548b4321c30f4607 Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Fri, 23 Nov 2012 14:41:02 +0100 Subject: [PATCH 052/104] [Bundler] Add Gemfile.lock to repo, for Travis issues. --- .gitignore | 1 - Gemfile.lock | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 52dc1c5536e52a..196a95fad35de0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .*.sw? .DS_Store .rbenv-version -Gemfile.lock .idea diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000000000..bb914fac606e64 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,46 @@ +GEM + remote: http://rubygems.org/ + specs: + activesupport (3.2.9) + i18n (~> 0.6) + multi_json (~> 1.0) + addressable (2.3.2) + cocoapods (0.16.0) + activesupport (~> 3.2.6) + colored (~> 1.2) + escape (~> 0.0.4) + faraday (~> 0.8.1) + json (~> 1.7.3) + octokit (~> 1.7) + open4 (~> 1.3.0) + rake (~> 0.9.4) + xcodeproj (~> 0.4.0) + colored (1.2) + escape (0.0.4) + faraday (0.8.4) + multipart-post (~> 1.1) + faraday_middleware (0.9.0) + faraday (>= 0.7.4, < 0.9) + hashie (1.2.0) + i18n (0.6.1) + json (1.7.5) + multi_json (1.3.7) + multipart-post (1.1.5) + octokit (1.18.0) + addressable (~> 2.2) + faraday (~> 0.8) + faraday_middleware (~> 0.8) + hashie (~> 1.2) + multi_json (~> 1.3) + open4 (1.3.0) + rake (0.9.5) + xcodeproj (0.4.0) + activesupport (~> 3.2.6) + colored (~> 1.2) + +PLATFORMS + ruby + +DEPENDENCIES + cocoapods (>= 0.16.0) + rake From 815b29642726aaff64d9a9a0bb2a9c3666cc9c93 Mon Sep 17 00:00:00 2001 From: Daniel Kuhnke Date: Fri, 23 Nov 2012 15:27:35 +0100 Subject: [PATCH 053/104] removed 1.3.4 due to build issues --- .../1.3.4/UrbanAirship-iOS-SDK.podspec | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec diff --git a/UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec b/UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec deleted file mode 100644 index 15626b1e82ae6f..00000000000000 --- a/UrbanAirship-iOS-SDK/1.3.4/UrbanAirship-iOS-SDK.podspec +++ /dev/null @@ -1,31 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'UrbanAirship-iOS-SDK' - s.version = '1.3.4' - s.license = 'BSD' - s.platform = :ios - - s.summary = 'A simple way to integrate Urban Airship services into your iOS applications.' - s.homepage = 'https://github.com/urbanairship/ios-library' - s.author = { 'Urban Airship' => 'support@urbanairship.com' } - s.source = { :git => 'https://github.com/urbanairship/ios-library.git', :tag => 'v1.3.4' } - - # Airship ships both UA-prefixed ASI and SBJson, as well as un-prefixed - # versions that are no longer used in the .xcodeproj. - files = FileList['Airship/**/*.{h,m,c}'] - files.exclude(/\/asi-http-request\//) - files.exclude(/\/json-framework\//) - files.exclude(/\/google-toolbox-for-mac\//) - files.exclude(/\/ZipFile-OC\//) - files.exclude(/\/Reachability.*/) - s.source_files = files - - s.dependency 'ZipArchive', '1.01h' - s.dependency 'Reachability', '3.1.0' - s.dependency 'ASIHTTPRequest', '1.8.1' - s.dependency 'SBJson', '3.1.1' - - s.libraries = 'z', 'sqlite3.0' - s.frameworks = 'CFNetwork', 'CoreGraphics', 'Foundation', 'MobileCoreServices', - 'Security', 'SystemConfiguration', 'UIKit', 'CoreTelephony', - 'StoreKit', 'CoreLocation', 'MapKit' -end \ No newline at end of file From 340692888138ba1af76c2169385d9b6d86efa45c Mon Sep 17 00:00:00 2001 From: Mark Adams Date: Fri, 23 Nov 2012 10:40:36 -0800 Subject: [PATCH 054/104] Add BotKit 0.1 --- BotKit/0.1/BotKit.podspec | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 BotKit/0.1/BotKit.podspec diff --git a/BotKit/0.1/BotKit.podspec b/BotKit/0.1/BotKit.podspec new file mode 100644 index 00000000000000..b1596230e0a87e --- /dev/null +++ b/BotKit/0.1/BotKit.podspec @@ -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" => "mark@thoughtbot.com", "Gordon Fontenot" => "gordon@thoughtbot.com", "Diana Zmuda" => "diana@apprentice.io" } + 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 + #import +EOS + +end From b910cd323a9aff87f9c05d525d77df62385ad89b Mon Sep 17 00:00:00 2001 From: JP Simard Date: Fri, 23 Nov 2012 15:30:01 -0500 Subject: [PATCH 055/104] Added UIColor-CrossFade --- UIColor-CrossFade/0.0.1/UIColor-CrossFade.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 UIColor-CrossFade/0.0.1/UIColor-CrossFade.podspec diff --git a/UIColor-CrossFade/0.0.1/UIColor-CrossFade.podspec b/UIColor-CrossFade/0.0.1/UIColor-CrossFade.podspec new file mode 100644 index 00000000000000..51f69fe19f4864 --- /dev/null +++ b/UIColor-CrossFade/0.0.1/UIColor-CrossFade.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'UIColor-CrossFade' + s.version = '0.0.1' + s.platform = :ios + s.license = 'MIT' + s.summary = 'UIColor category to cross fade between two UIColors at a specific ratio.' + s.homepage = 'https://github.com/cbpowell/UIColor-CrossFade' + s.author = { 'Charles Powell' => 'https://github.com/cbpowell' } + s.source = { :git => 'https://github.com/cbpowell/UIColor-CrossFade.git', :commit => '5b72c40925575e8bebf0d6fe1e82dc8dc1b88bf5' } + s.source_files = '*.{h,m}' + s.requires_arc = true +end From 52eb3ed00ebb2eecfc6fa01235e5e2ff3fdc68fd Mon Sep 17 00:00:00 2001 From: Bart Vandendriessche Date: Fri, 23 Nov 2012 21:38:16 +0100 Subject: [PATCH 056/104] Add podspec for MKMapView+AttributionView 0.0.1 --- .../0.0.1/MKMapView+AttributionView.podspec | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 MKMapView+AttributionView/0.0.1/MKMapView+AttributionView.podspec diff --git a/MKMapView+AttributionView/0.0.1/MKMapView+AttributionView.podspec b/MKMapView+AttributionView/0.0.1/MKMapView+AttributionView.podspec new file mode 100644 index 00000000000000..b1a90dccff32d9 --- /dev/null +++ b/MKMapView+AttributionView/0.0.1/MKMapView+AttributionView.podspec @@ -0,0 +1,31 @@ +Pod::Spec.new do |s| + s.name = 'MKMapView+AttributionView' + s.version = '0.0.1' + s.authors = {'Bart Vandendriessche' => 'bart.vandendriessche@gmail.com'} + s.homepage = 'https://github.com/bartvandendriessche/MKMapView-AttributionView' + s.summary = 'A MKMapView category that adds a method to obtain the AttributionView.' + s.source = {:git => 'https://github.com/bartvandendriessche/MKMapView-AttributionView.git', :commit => :head} + s.license = { :type => 'MIT', :text => <<-LICENSE + Copyright (c) 2012 Bart Vandendriessche + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and + associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + The above copyright notice and this permission notice shall be included in all copies or substantial + portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT + LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + LICENSE + } + + s.platform = :ios + s.requires_arc = true + s.frameworks = 'MapKit' + s.source_files = 'MKMapView+AttributionView' +end From f301bb4872e07781a00ac66cb103552a4f3aa15f Mon Sep 17 00:00:00 2001 From: Alexandre Gerlic Date: Sat, 24 Nov 2012 03:15:05 +0100 Subject: [PATCH 057/104] [Update] OHAttributedLabel (3.2.1) --- OHAttributedLabel/3.2.1/OHAttributedLabel.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 OHAttributedLabel/3.2.1/OHAttributedLabel.podspec diff --git a/OHAttributedLabel/3.2.1/OHAttributedLabel.podspec b/OHAttributedLabel/3.2.1/OHAttributedLabel.podspec new file mode 100644 index 00000000000000..51e78be787e1de --- /dev/null +++ b/OHAttributedLabel/3.2.1/OHAttributedLabel.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'OHAttributedLabel' + s.version = '3.2.1' + s.license = {:type => 'MIT', :file => 'OHAttributedLabel/LICENSE'} + s.summary = 'UILabel that supports NSAttributedString.' + s.homepage = 'https://github.com/AliSoftware/OHAttributedLabel' + s.author = { 'AliSoftware' => 'olivier.halligon+ae@gmail.com' } + s.source = { :git => 'https://github.com/AliSoftware/OHAttributedLabel.git', :tag => '3.2.1' } + s.description = 'This class allows you to use a UILabel with NSAttributedStrings, in order to display styled text with mixed style (mixed fonts, color, size, ...) in a unique label.' + s.platform = :ios + s.source_files = 'OHAttributedLabel/**/*.{h,m}' + s.framework = 'CoreText' +end From a2834ea83a261b27e110b03c9b148c39fc841315 Mon Sep 17 00:00:00 2001 From: Douglas Campos Date: Sat, 24 Nov 2012 00:24:56 -0200 Subject: [PATCH 058/104] adding lua lib support --- lua/5.2.1/lua.podspec | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lua/5.2.1/lua.podspec diff --git a/lua/5.2.1/lua.podspec b/lua/5.2.1/lua.podspec new file mode 100644 index 00000000000000..99b550bcb27899 --- /dev/null +++ b/lua/5.2.1/lua.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = "lua" + s.version = "5.2.1" + s.summary = "the lua language (for embedding)." + s.homepage = "https://github.com/qmx/lua" + s.license = { :type => "MIT", + :text => <<-LICENSE +Copyright © 1994–2012 Lua.org, PUC-Rio. +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + LICENSE + } + s.author = { "The Lua team" => "team@lua.org" } + s.source = { :git => "https://github.com/qmx/lua.git", :tag => "5.2.1" } + s.ios.deployment_target = '4.0' + s.osx.deployment_target = '10.6' + s.source_files = 'src/' +end From 1d4a7c21cb3065733570187a5ae329122357de1b Mon Sep 17 00:00:00 2001 From: Marin Usalj Date: Fri, 23 Nov 2012 19:37:46 -0800 Subject: [PATCH 059/104] [Update] ObjectiveSugar (0.3) --- ObjectiveSugar/0.3/ObjectiveSugar.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ObjectiveSugar/0.3/ObjectiveSugar.podspec diff --git a/ObjectiveSugar/0.3/ObjectiveSugar.podspec b/ObjectiveSugar/0.3/ObjectiveSugar.podspec new file mode 100644 index 00000000000000..5b748f0debca9d --- /dev/null +++ b/ObjectiveSugar/0.3/ObjectiveSugar.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "ObjectiveSugar" + s.version = "0.3" + s.summary = "ObjectiveC additions for humans. Ruby style." + s.homepage = "https://github.com/mneorr/ObjectiveSugar" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Marin Usalj" => "mneorr@gmail.com" } + s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.3' } + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.source_files = 'src/**/*.{h,m}' +end From 21d877338336d08737c13e787239653956108f85 Mon Sep 17 00:00:00 2001 From: Simon Booth Date: Sat, 24 Nov 2012 12:55:50 +0000 Subject: [PATCH 060/104] [Update] WorkflowSchema (0.3.0) --- WorkflowSchema/0.3.0/WorkflowSchema.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 WorkflowSchema/0.3.0/WorkflowSchema.podspec diff --git a/WorkflowSchema/0.3.0/WorkflowSchema.podspec b/WorkflowSchema/0.3.0/WorkflowSchema.podspec new file mode 100644 index 00000000000000..bc11fe6b5f2c16 --- /dev/null +++ b/WorkflowSchema/0.3.0/WorkflowSchema.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "WorkflowSchema" + s.version = "0.3.0" + s.summary = "An iOS framework which allows you to define app workflows in XML." + s.homepage = "https://github.com/CRedit360/WorkflowSchema" + s.license = 'MIT' + s.author = { "Simon Booth" => "simon.booth@credit360.com" } + s.source = { :git => "https://github.com/CRedit360/WorkflowSchema.git", :tag => "0.3.0" } + s.platform = :ios, '5.0' + s.source_files = 'WorkflowSchema/Code' + s.resources = 'WorkflowSchema/*.lproj/WorkflowSchema.strings' + s.requires_arc = true +end From b49a6ae470ec39bc7beb5ac8a00e7f8c0cc5132d Mon Sep 17 00:00:00 2001 From: Andy Molloy Date: Sat, 24 Nov 2012 08:19:45 -0500 Subject: [PATCH 061/104] ColorPopover requires ARC and iOS 5+ --- ColorPopover/0.0.1/ColorPopover.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ColorPopover/0.0.1/ColorPopover.podspec b/ColorPopover/0.0.1/ColorPopover.podspec index 734cc367041b6d..bc172070a71c29 100644 --- a/ColorPopover/0.0.1/ColorPopover.podspec +++ b/ColorPopover/0.0.1/ColorPopover.podspec @@ -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' => 'gz@gazapps.com' } 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 From ddba1b096a5aa47e64e2c2924c87870f78abefa6 Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Sat, 24 Nov 2012 15:00:25 +0100 Subject: [PATCH 062/104] Update lua/5.2.1/lua.podspec --- lua/5.2.1/lua.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/5.2.1/lua.podspec b/lua/5.2.1/lua.podspec index 99b550bcb27899..fe4ba4319e61f7 100644 --- a/lua/5.2.1/lua.podspec +++ b/lua/5.2.1/lua.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "lua" s.version = "5.2.1" - s.summary = "the lua language (for embedding)." + s.summary = "The lua language (for embedding)." s.homepage = "https://github.com/qmx/lua" s.license = { :type => "MIT", :text => <<-LICENSE From 15f723ae51b05947ff24aa600d4abced33827c32 Mon Sep 17 00:00:00 2001 From: Chih-Wei Lee Date: Sat, 24 Nov 2012 23:37:50 +0800 Subject: [PATCH 063/104] [Add] WeChatSDK (0.0.1) --- WeChatSDK/0.0.1/WeChatSDK.podspec | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 WeChatSDK/0.0.1/WeChatSDK.podspec diff --git a/WeChatSDK/0.0.1/WeChatSDK.podspec b/WeChatSDK/0.0.1/WeChatSDK.podspec new file mode 100644 index 00000000000000..fb9c8890641530 --- /dev/null +++ b/WeChatSDK/0.0.1/WeChatSDK.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = "WeChatSDK" + s.version = "0.0.1" + s.summary = "The Official iOS SDK of WeChat from Tencent." + s.homepage = "http://dev.wechatapp.com/" + s.license = { + :type => 'Copyright', + :text => <<-LICENSE + Copyright (c) 2012 Tencent. All rights reserved. + LICENSE + } + s.author = { "Tencent" => "developer@wechatapp.com" } + s.source = { :http => "http://dev.wechatapp.com/download/sdk/WeChat_SDK_iOS_en.zip" } + s.platform = :ios + s.source_files = 'WeChat_SDK_iOSen/WXApiObject.h', 'WeChat_SDK_iOSen/WXApi.h' + s.preserve_paths = 'WeChat_SDK_iOSen/libWeChatSDK.a' + s.library = 'WeChatSDK' + s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/WeChatSDK/WeChat_SDK_iOSen"' } +end From 3a6f4fcc3f04e457d4bed79df5cd9c82ef3f4d7d Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Sat, 24 Nov 2012 12:10:33 -0500 Subject: [PATCH 064/104] Add OCHamcrest 1.9 Podspec --- OCHamcrest/1.9/OCHamcrest.podspec | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 OCHamcrest/1.9/OCHamcrest.podspec diff --git a/OCHamcrest/1.9/OCHamcrest.podspec b/OCHamcrest/1.9/OCHamcrest.podspec new file mode 100644 index 00000000000000..b305668b7a77d9 --- /dev/null +++ b/OCHamcrest/1.9/OCHamcrest.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'OCHamcrest' + s.version = '1.9' + s.license = 'BSD' + s.summary = 'Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification' + s.homepage = 'https://github.com/hamcrest/OCHamcrest' + s.author = { 'Jon Reid' => 'jon@qualitycoding.org' } + + s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'V1.9' } + + s.description = %{ + OCHamcrest is: + * a library of "matcher" objects that let you declare rules for whether a + given object matches the criteria or not; + * a framework for writing your own matchers. + Matchers are useful for a variety of purposes, such as UI validation. But + they're most commonly used for writing unit tests that are expressive and + flexible. + } + + s.source_files = 'Source/OCHamcrest.h', 'Source/Core/**/*.{h,m}', 'Source/Library/**/*.{h,m}' + +end From dfac288b89fe06237595cd2269a33733cb5cc9cb Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 24 Nov 2012 15:30:00 -0200 Subject: [PATCH 065/104] Adding AeroGear OTP --- .../1.0.0.M1.20121124/AeroGear-OTP.podspec | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 AeroGear-OTP/1.0.0.M1.20121124/AeroGear-OTP.podspec diff --git a/AeroGear-OTP/1.0.0.M1.20121124/AeroGear-OTP.podspec b/AeroGear-OTP/1.0.0.M1.20121124/AeroGear-OTP.podspec new file mode 100644 index 00000000000000..1aa2814d1d4373 --- /dev/null +++ b/AeroGear-OTP/1.0.0.M1.20121124/AeroGear-OTP.podspec @@ -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 From a78a2ec90250e85a6e25fad3deb7bda0ced94cc2 Mon Sep 17 00:00:00 2001 From: Bart Vandendriessche Date: Sat, 24 Nov 2012 20:24:14 +0100 Subject: [PATCH 066/104] Use version 0.1.0 instead of 0.0.1 and point to 0.1.0 tag instead of :HEAD --- .../{0.0.1 => 0.1.0}/MKMapView+AttributionView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename MKMapView+AttributionView/{0.0.1 => 0.1.0}/MKMapView+AttributionView.podspec (96%) diff --git a/MKMapView+AttributionView/0.0.1/MKMapView+AttributionView.podspec b/MKMapView+AttributionView/0.1.0/MKMapView+AttributionView.podspec similarity index 96% rename from MKMapView+AttributionView/0.0.1/MKMapView+AttributionView.podspec rename to MKMapView+AttributionView/0.1.0/MKMapView+AttributionView.podspec index b1a90dccff32d9..750a64c53b67b7 100644 --- a/MKMapView+AttributionView/0.0.1/MKMapView+AttributionView.podspec +++ b/MKMapView+AttributionView/0.1.0/MKMapView+AttributionView.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = 'MKMapView+AttributionView' - s.version = '0.0.1' + s.version = '0.1' s.authors = {'Bart Vandendriessche' => 'bart.vandendriessche@gmail.com'} s.homepage = 'https://github.com/bartvandendriessche/MKMapView-AttributionView' s.summary = 'A MKMapView category that adds a method to obtain the AttributionView.' - s.source = {:git => 'https://github.com/bartvandendriessche/MKMapView-AttributionView.git', :commit => :head} + s.source = {:git => 'https://github.com/bartvandendriessche/MKMapView-AttributionView.git', :tag => '0.1.0'} s.license = { :type => 'MIT', :text => <<-LICENSE Copyright (c) 2012 Bart Vandendriessche From 46f0153b1707ebccf6cf28578bedfb6ee7dd5938 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Sat, 24 Nov 2012 14:46:18 -0500 Subject: [PATCH 067/104] Adding podspec for FormatterKit 1.1.1 --- FormatterKit/1.1.1/FormatterKit.podspec | 53 +++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 FormatterKit/1.1.1/FormatterKit.podspec diff --git a/FormatterKit/1.1.1/FormatterKit.podspec b/FormatterKit/1.1.1/FormatterKit.podspec new file mode 100644 index 00000000000000..30d309639ba26e --- /dev/null +++ b/FormatterKit/1.1.1/FormatterKit.podspec @@ -0,0 +1,53 @@ +Pod::Spec.new do |s| + s.name = 'FormatterKit' + s.version = '1.1.1' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.summary = '`stringWithFormat:` for the sophisticated hacker set.' + s.homepage = 'https://github.com/mattt/FormatterKit' + s.author = { 'Mattt Thompson' => 'm@mattt.me' } + s.source = { :git => 'https://github.com/mattt/FormatterKit.git', :tag => '1.1.1' } + + s.description = "FormatterKit is a collection of well-crafted NSFormatter subclasses for things like units of information, distance, and relative time intervals. Each formatter abstracts away the complex business logic of their respective domain, so that you can focus on the more important aspects of your application." + + s.requires_arc = true + + s.ios.frameworks = 'AddressBook', 'AddressBookUI' + s.osx.frameworks = 'AddressBook' + s.prefix_header_contents = <<-EOS +#if __IPHONE_OS_VERSION_MIN_REQUIRED + #import +#elif __MAC_OS_X_VERSION_MIN_REQUIRED + #import +#endif +EOS + + s.subspec 'AddressFormatter' do |ss| + ss.platform = :ios + ss.source_files = 'FormatterKit/TTTAddressFormatter.{h,m}' + end + + s.subspec 'ArrayFormatter' do |ss| + ss.source_files = 'FormatterKit/TTTArrayFormatter.{h,m}' + end + + s.subspec 'LocationFormatter' do |ss| + ss.source_files = 'FormatterKit/TTTLocationFormatter.{h,m}' + ss.frameworks = 'CoreLocation' + end + + s.subspec 'OrdinalNumberFormatter' do |ss| + ss.source_files = 'FormatterKit/TTTOrdinalNumberFormatter.{h,m}' + end + + s.subspec 'TimeIntervalFormatter' do |ss| + ss.source_files = 'FormatterKit/TTTTimeIntervalFormatter.{h,m}' + end + + s.subspec 'UnitOfInformationFormatter' do |ss| + ss.source_files = 'FormatterKit/TTTUnitOfInformationFormatter.{h,m}' + end + + s.subspec 'URLRequestFormatter' do |ss| + ss.source_files = 'FormatterKit/TTTURLRequestFormatter.{h,m}' + end +end From dd31c3d543ddef1a7bc8ccda6dcf250b53743c11 Mon Sep 17 00:00:00 2001 From: Jens Nerup Date: Sat, 24 Nov 2012 22:05:56 +0100 Subject: [PATCH 068/104] Initial import of podspec for OCMockite version 0.23 --- OCMockito/0.23/OCMockito.podspec | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 OCMockito/0.23/OCMockito.podspec diff --git a/OCMockito/0.23/OCMockito.podspec b/OCMockito/0.23/OCMockito.podspec new file mode 100644 index 00000000000000..8cf47eb521810f --- /dev/null +++ b/OCMockito/0.23/OCMockito.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = 'OCMockito' + s.version = '0.23' + s.summary = 'OCMockito is an Objective-C implementation of Mockito, supporting creation, verification and stubbing of mock objects.' + s.description = %{ + OCMockito is an Objective-C implementation of Mockito, supporting creation, + verification and stubbing of mock objects. + + Key differences from other mocking frameworks: + + * Mock objects are always "nice," recording their calls instead of + throwing exceptions about unspecified invocations. This makes tests less fragile. + * No expect-run-verify, making tests more readable. Mock objects + record their calls, then you verify the methods you want. + * Verification failures are reported as unit test failures, + identifying specific lines instead of throwing exceptions. This makes + it easier to identify failures. (It also keeps the pre-iOS 5 Simulator from crashing.) + } + s.homepage = 'https://github.com/jonreid/OCMockito' + s.license = 'BSD' + s.author = { 'Jon Reid' => 'jon@qualitycoding.org' } + s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'V0.23' } + s.source_files = 'Source/OCMockito/OCMockito.h', 'Source/OCMockito/**/*.{h,m,mm}' + s.dependency 'OCHamcrest', '1.9' +end \ No newline at end of file From db795150a3c49cec8ad6a8a8e87adce19c335bf8 Mon Sep 17 00:00:00 2001 From: Geoff Garside Date: Sat, 24 Nov 2012 23:22:39 +0000 Subject: [PATCH 069/104] Add tagged releases of JASidePanels --- JASidePanels/1.0.0/JASidePanels.podspec | 13 +++++++++++++ JASidePanels/1.1.0/JASidePanels.podspec | 13 +++++++++++++ JASidePanels/1.1.1/JASidePanels.podspec | 13 +++++++++++++ JASidePanels/1.2.0/JASidePanels.podspec | 13 +++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 JASidePanels/1.0.0/JASidePanels.podspec create mode 100644 JASidePanels/1.1.0/JASidePanels.podspec create mode 100644 JASidePanels/1.1.1/JASidePanels.podspec create mode 100644 JASidePanels/1.2.0/JASidePanels.podspec diff --git a/JASidePanels/1.0.0/JASidePanels.podspec b/JASidePanels/1.0.0/JASidePanels.podspec new file mode 100644 index 00000000000000..80d02d194524c5 --- /dev/null +++ b/JASidePanels/1.0.0/JASidePanels.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'JASidePanels' + s.version = '1.0.0' + s.license = 'MIT' + s.summary = 'UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right.' + s.homepage = 'https://github.com/gotosleep/JASidePanels' + s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' } + s.source = { :git => 'https://github.com/gotosleep/JASidePanels.git', :tag => '1.0.0' } + s.platform = :ios + s.source_files = 'JASidePanels/Source/*' + s.framework = 'QuartzCore' + s.requires_arc = true +end diff --git a/JASidePanels/1.1.0/JASidePanels.podspec b/JASidePanels/1.1.0/JASidePanels.podspec new file mode 100644 index 00000000000000..535c70e866b4f0 --- /dev/null +++ b/JASidePanels/1.1.0/JASidePanels.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'JASidePanels' + s.version = '1.1.0' + s.license = 'MIT' + s.summary = 'UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right.' + s.homepage = 'https://github.com/gotosleep/JASidePanels' + s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' } + s.source = { :git => 'https://github.com/gotosleep/JASidePanels.git', :tag => '1.1.0' } + s.platform = :ios + s.source_files = 'JASidePanels/Source/*' + s.framework = 'QuartzCore' + s.requires_arc = true +end diff --git a/JASidePanels/1.1.1/JASidePanels.podspec b/JASidePanels/1.1.1/JASidePanels.podspec new file mode 100644 index 00000000000000..3dc9db34072d53 --- /dev/null +++ b/JASidePanels/1.1.1/JASidePanels.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'JASidePanels' + s.version = '1.1.1' + s.license = 'MIT' + s.summary = 'UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right.' + s.homepage = 'https://github.com/gotosleep/JASidePanels' + s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' } + s.source = { :git => 'https://github.com/gotosleep/JASidePanels.git', :tag => '1.1.1' } + s.platform = :ios + s.source_files = 'JASidePanels/Source/*' + s.framework = 'QuartzCore' + s.requires_arc = true +end diff --git a/JASidePanels/1.2.0/JASidePanels.podspec b/JASidePanels/1.2.0/JASidePanels.podspec new file mode 100644 index 00000000000000..f58cfeebed598b --- /dev/null +++ b/JASidePanels/1.2.0/JASidePanels.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'JASidePanels' + s.version = '1.2.0' + s.license = 'MIT' + s.summary = 'UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right.' + s.homepage = 'https://github.com/gotosleep/JASidePanels' + s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' } + s.source = { :git => 'https://github.com/gotosleep/JASidePanels.git', :tag => '1.2.0' } + s.platform = :ios + s.source_files = 'JASidePanels/Source/*' + s.framework = 'QuartzCore' + s.requires_arc = true +end From 4368316514d237da02bf60acf7c941d6e26cb837 Mon Sep 17 00:00:00 2001 From: Mark Adams Date: Sun, 25 Nov 2012 00:10:22 -0800 Subject: [PATCH 070/104] [Update] BotKit (0.1.1) --- BotKit/0.1.1/BotKit.podspec | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 BotKit/0.1.1/BotKit.podspec diff --git a/BotKit/0.1.1/BotKit.podspec b/BotKit/0.1.1/BotKit.podspec new file mode 100644 index 00000000000000..db019381b3edc2 --- /dev/null +++ b/BotKit/0.1.1/BotKit.podspec @@ -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" => "mark@thoughtbot.com", "Gordon Fontenot" => "gordon@thoughtbot.com", "Diana Zmuda" => "diana@apprentice.io" } + 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 + #import +EOS + +end From 7bf5c72b9aa7254f084c38eccf9bcc89e5fc6dc3 Mon Sep 17 00:00:00 2001 From: Geoff Garside Date: Sun, 25 Nov 2012 08:56:01 +0000 Subject: [PATCH 071/104] Specify min iOS version as 5.0 for __weak ARC. --- JASidePanels/1.0.0/JASidePanels.podspec | 2 +- JASidePanels/1.1.0/JASidePanels.podspec | 2 +- JASidePanels/1.1.1/JASidePanels.podspec | 2 +- JASidePanels/1.2.0/JASidePanels.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/JASidePanels/1.0.0/JASidePanels.podspec b/JASidePanels/1.0.0/JASidePanels.podspec index 80d02d194524c5..85ec7272a3e2d5 100644 --- a/JASidePanels/1.0.0/JASidePanels.podspec +++ b/JASidePanels/1.0.0/JASidePanels.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/gotosleep/JASidePanels' s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' } s.source = { :git => 'https://github.com/gotosleep/JASidePanels.git', :tag => '1.0.0' } - s.platform = :ios + s.platform = :ios, '5.0' s.source_files = 'JASidePanels/Source/*' s.framework = 'QuartzCore' s.requires_arc = true diff --git a/JASidePanels/1.1.0/JASidePanels.podspec b/JASidePanels/1.1.0/JASidePanels.podspec index 535c70e866b4f0..1a42cf66a86773 100644 --- a/JASidePanels/1.1.0/JASidePanels.podspec +++ b/JASidePanels/1.1.0/JASidePanels.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/gotosleep/JASidePanels' s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' } s.source = { :git => 'https://github.com/gotosleep/JASidePanels.git', :tag => '1.1.0' } - s.platform = :ios + s.platform = :ios, '5.0' s.source_files = 'JASidePanels/Source/*' s.framework = 'QuartzCore' s.requires_arc = true diff --git a/JASidePanels/1.1.1/JASidePanels.podspec b/JASidePanels/1.1.1/JASidePanels.podspec index 3dc9db34072d53..266bf519080c87 100644 --- a/JASidePanels/1.1.1/JASidePanels.podspec +++ b/JASidePanels/1.1.1/JASidePanels.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/gotosleep/JASidePanels' s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' } s.source = { :git => 'https://github.com/gotosleep/JASidePanels.git', :tag => '1.1.1' } - s.platform = :ios + s.platform = :ios, '5.0' s.source_files = 'JASidePanels/Source/*' s.framework = 'QuartzCore' s.requires_arc = true diff --git a/JASidePanels/1.2.0/JASidePanels.podspec b/JASidePanels/1.2.0/JASidePanels.podspec index f58cfeebed598b..157460fff65866 100644 --- a/JASidePanels/1.2.0/JASidePanels.podspec +++ b/JASidePanels/1.2.0/JASidePanels.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/gotosleep/JASidePanels' s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' } s.source = { :git => 'https://github.com/gotosleep/JASidePanels.git', :tag => '1.2.0' } - s.platform = :ios + s.platform = :ios, '5.0' s.source_files = 'JASidePanels/Source/*' s.framework = 'QuartzCore' s.requires_arc = true From 973289a41ad48a07b9bb0932325d2cccc03d0e67 Mon Sep 17 00:00:00 2001 From: Geoff Garside Date: Sun, 25 Nov 2012 08:59:04 +0000 Subject: [PATCH 072/104] Point license to README.markdown. --- JASidePanels/1.0.0/JASidePanels.podspec | 2 +- JASidePanels/1.1.0/JASidePanels.podspec | 2 +- JASidePanels/1.1.1/JASidePanels.podspec | 2 +- JASidePanels/1.2.0/JASidePanels.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/JASidePanels/1.0.0/JASidePanels.podspec b/JASidePanels/1.0.0/JASidePanels.podspec index 85ec7272a3e2d5..6f5fe225455d9d 100644 --- a/JASidePanels/1.0.0/JASidePanels.podspec +++ b/JASidePanels/1.0.0/JASidePanels.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'JASidePanels' s.version = '1.0.0' - s.license = 'MIT' + s.license = { :type => 'MIT', :file => 'README.markdown' } s.summary = 'UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right.' s.homepage = 'https://github.com/gotosleep/JASidePanels' s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' } diff --git a/JASidePanels/1.1.0/JASidePanels.podspec b/JASidePanels/1.1.0/JASidePanels.podspec index 1a42cf66a86773..12c41ee1a6bc01 100644 --- a/JASidePanels/1.1.0/JASidePanels.podspec +++ b/JASidePanels/1.1.0/JASidePanels.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'JASidePanels' s.version = '1.1.0' - s.license = 'MIT' + s.license = { :type => 'MIT', :file => 'README.markdown' } s.summary = 'UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right.' s.homepage = 'https://github.com/gotosleep/JASidePanels' s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' } diff --git a/JASidePanels/1.1.1/JASidePanels.podspec b/JASidePanels/1.1.1/JASidePanels.podspec index 266bf519080c87..8dadb3fb679a51 100644 --- a/JASidePanels/1.1.1/JASidePanels.podspec +++ b/JASidePanels/1.1.1/JASidePanels.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'JASidePanels' s.version = '1.1.1' - s.license = 'MIT' + s.license = { :type => 'MIT', :file => 'README.markdown' } s.summary = 'UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right.' s.homepage = 'https://github.com/gotosleep/JASidePanels' s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' } diff --git a/JASidePanels/1.2.0/JASidePanels.podspec b/JASidePanels/1.2.0/JASidePanels.podspec index 157460fff65866..21e7d9d5e9d481 100644 --- a/JASidePanels/1.2.0/JASidePanels.podspec +++ b/JASidePanels/1.2.0/JASidePanels.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'JASidePanels' s.version = '1.2.0' - s.license = 'MIT' + s.license = { :type => 'MIT', :file => 'README.markdown' } s.summary = 'UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right.' s.homepage = 'https://github.com/gotosleep/JASidePanels' s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' } From 060dbce014199b47967addc2061b4a7f253046dc Mon Sep 17 00:00:00 2001 From: Scott Densmore Date: Sun, 25 Nov 2012 12:36:23 -0800 Subject: [PATCH 073/104] Update watoolkit spec to 1.5 --- watoolkitios/1.5.0/watoolkitios.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 watoolkitios/1.5.0/watoolkitios.podspec diff --git a/watoolkitios/1.5.0/watoolkitios.podspec b/watoolkitios/1.5.0/watoolkitios.podspec new file mode 100644 index 00000000000000..bcefd2d68dd45f --- /dev/null +++ b/watoolkitios/1.5.0/watoolkitios.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = "watoolkitios" + s.version = "1.5.0" + s.summary = "Easy to access Windows Azure storage services from native iOS applications." + s.description = "The Windows Azure Toolkit for iOS is a toolkit for developers to make it easy to access Windows Azure storage services from native iOS applications." + s.homepage = "https://github.com/WindowsAzure-Toolkits/wa-toolkit-ios.git" + s.license = 'Ms-PL' + s.author = { "Microsoft" => "chrisner@microsoft.com" } + s.source = { :git => "https://github.com/WindowsAzure-Toolkits/wa-toolkit-ios.git", :tag => "1.5.0" } + s.platform = :ios + + s.ios.deployment_target = '5.0' + s.source_files = 'Library', 'Library/Library/**/*.{h,m}' + s.framework = 'CoreGraphics' + s.library = 'xml2' + s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } +end From 80a2c698069dde143493bdb72da8f67741c769c1 Mon Sep 17 00:00:00 2001 From: Scott Densmore Date: Sun, 25 Nov 2012 12:49:06 -0800 Subject: [PATCH 074/104] Update to change from 1.5.0 to 1.5 --- watoolkitios/{1.5.0 => 1.5}/watoolkitios.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename watoolkitios/{1.5.0 => 1.5}/watoolkitios.podspec (91%) diff --git a/watoolkitios/1.5.0/watoolkitios.podspec b/watoolkitios/1.5/watoolkitios.podspec similarity index 91% rename from watoolkitios/1.5.0/watoolkitios.podspec rename to watoolkitios/1.5/watoolkitios.podspec index bcefd2d68dd45f..37ba706eafe4ff 100644 --- a/watoolkitios/1.5.0/watoolkitios.podspec +++ b/watoolkitios/1.5/watoolkitios.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "watoolkitios" - s.version = "1.5.0" + s.version = "1.5" s.summary = "Easy to access Windows Azure storage services from native iOS applications." s.description = "The Windows Azure Toolkit for iOS is a toolkit for developers to make it easy to access Windows Azure storage services from native iOS applications." s.homepage = "https://github.com/WindowsAzure-Toolkits/wa-toolkit-ios.git" s.license = 'Ms-PL' s.author = { "Microsoft" => "chrisner@microsoft.com" } - s.source = { :git => "https://github.com/WindowsAzure-Toolkits/wa-toolkit-ios.git", :tag => "1.5.0" } + s.source = { :git => "https://github.com/WindowsAzure-Toolkits/wa-toolkit-ios.git", :tag => "1.5" } s.platform = :ios s.ios.deployment_target = '5.0' From 56f4e19b042fcea1293c62e0f898d98ff68ca427 Mon Sep 17 00:00:00 2001 From: Jean Regisser Date: Mon, 26 Nov 2012 10:07:13 +0100 Subject: [PATCH 075/104] [Update] BlocksKit (1.8.1) --- BlocksKit/1.8.1/BlocksKit.podspec | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 BlocksKit/1.8.1/BlocksKit.podspec diff --git a/BlocksKit/1.8.1/BlocksKit.podspec b/BlocksKit/1.8.1/BlocksKit.podspec new file mode 100644 index 00000000000000..629075b8a4e7cd --- /dev/null +++ b/BlocksKit/1.8.1/BlocksKit.podspec @@ -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' => 'zwaldowski@gmail.com', + 'Alexsander Akers' => 'a2@pandamonia.us' } + 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 From 21cfa590b99759be22238a471683a35f4bb9fd5b Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Mon, 26 Nov 2012 10:12:34 +0000 Subject: [PATCH 076/104] [Update] iTunesSearch (0.1.0) --- iTunesSearch/0.1.0/iTunesSearch.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 iTunesSearch/0.1.0/iTunesSearch.podspec diff --git a/iTunesSearch/0.1.0/iTunesSearch.podspec b/iTunesSearch/0.1.0/iTunesSearch.podspec new file mode 100644 index 00000000000000..bed82ad2818eb7 --- /dev/null +++ b/iTunesSearch/0.1.0/iTunesSearch.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "iTunesSearch" + s.version = "0.1.0" + s.summary = "Block based iTunes store communication for iOS and Mac OS X." + s.homepage = "https://github.com/gangverk/iTunesSearch" + s.license = 'MIT' + s.author = { "Gangverk" => "contact@gangverk.is" } + s.source = { :git => "https://github.com/gangverk/iTunesSearch.git", :tag => s.version.to_s } + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.6' + s.source_files = 'iTunesSearch/*.{h,m}' + s.requires_arc = true +end From c7b273bfa97f4ed472736e02a3dd3dfbc0ba1c0b Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Mon, 26 Nov 2012 15:57:09 +0530 Subject: [PATCH 077/104] Added podspec for version 1.1 --- CorePlot/1.1/CorePlot.podspec | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CorePlot/1.1/CorePlot.podspec diff --git a/CorePlot/1.1/CorePlot.podspec b/CorePlot/1.1/CorePlot.podspec new file mode 100644 index 00000000000000..809d8d97883852 --- /dev/null +++ b/CorePlot/1.1/CorePlot.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'CorePlot' + s.version = '1.1' + s.license = 'BSD' + s.summary = 'Cocoa plotting framework for Mac OS X and iOS.' + s.homepage = 'http://code.google.com/p/core-plot/' + s.authors = { 'Drew McCormack' => 'drewmccormack@mac.com', + 'Brad Larson' => 'larson@sunsetlakesoftware.com', + 'Eric Skroch' => 'eskroch@mac.com', + 'Barry Wark' => 'barrywark@gmail.com' } + s.source = { :hg => 'https://code.google.com/p/core-plot', :revision => 'release_1.1' } + + s.description = 'Core Plot is a plotting framework for OS X and iOS. It provides 2D visualization ' \ + 'of data, and is tightly integrated with Apple technologies like Core Animation, ' \ + 'Core Data, and Cocoa Bindings.' + + files = FileList['framework/TestResources/CorePlotProbes.d', 'framework/Source/*.{h,m}'] + files.exclude(/(TestCase|Tests)\.[hm]/) + s.ios.source_files = files.dup.include('framework/CorePlot-CocoaTouch.h', 'framework/iPhoneOnly/*.{h,m}') + s.osx.source_files = files.dup.include('framework/CorePlot.h', 'framework/MacOnly/*.{h,m}') + + + s.framework = 'QuartzCore' +end \ No newline at end of file From fcaa352e53abacf06a2817514fe6ccebed900b4f Mon Sep 17 00:00:00 2001 From: Bart Vandendriessche Date: Mon, 26 Nov 2012 11:49:12 +0100 Subject: [PATCH 078/104] Spec.version now points to 0.1.0 to match the directory name. --- .../0.1.0/MKMapView+AttributionView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MKMapView+AttributionView/0.1.0/MKMapView+AttributionView.podspec b/MKMapView+AttributionView/0.1.0/MKMapView+AttributionView.podspec index 750a64c53b67b7..a08eef85965e64 100644 --- a/MKMapView+AttributionView/0.1.0/MKMapView+AttributionView.podspec +++ b/MKMapView+AttributionView/0.1.0/MKMapView+AttributionView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MKMapView+AttributionView' - s.version = '0.1' + s.version = '0.1.0' s.authors = {'Bart Vandendriessche' => 'bart.vandendriessche@gmail.com'} s.homepage = 'https://github.com/bartvandendriessche/MKMapView-AttributionView' s.summary = 'A MKMapView category that adds a method to obtain the AttributionView.' From 42634e2bdac7a0fdd79aaef39f6ea05ba12bfa06 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Mon, 26 Nov 2012 16:35:29 +0530 Subject: [PATCH 079/104] Changed to 'http' --- CorePlot/1.1/CorePlot.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CorePlot/1.1/CorePlot.podspec b/CorePlot/1.1/CorePlot.podspec index 809d8d97883852..83521ff9757d00 100644 --- a/CorePlot/1.1/CorePlot.podspec +++ b/CorePlot/1.1/CorePlot.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| 'Brad Larson' => 'larson@sunsetlakesoftware.com', 'Eric Skroch' => 'eskroch@mac.com', 'Barry Wark' => 'barrywark@gmail.com' } - s.source = { :hg => 'https://code.google.com/p/core-plot', :revision => 'release_1.1' } + s.source = { :hg => 'http://code.google.com/p/core-plot', :revision => 'release_1.1' } s.description = 'Core Plot is a plotting framework for OS X and iOS. It provides 2D visualization ' \ 'of data, and is tightly integrated with Apple technologies like Core Animation, ' \ From 16cf0c8a8b37a9541028e395d3fee77ebb209fa5 Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Mon, 26 Nov 2012 12:27:02 +0000 Subject: [PATCH 080/104] [Update] iTunesSearch (0.1.1) --- iTunesSearch/0.1.1/iTunesSearch.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 iTunesSearch/0.1.1/iTunesSearch.podspec diff --git a/iTunesSearch/0.1.1/iTunesSearch.podspec b/iTunesSearch/0.1.1/iTunesSearch.podspec new file mode 100644 index 00000000000000..a60bdaa57ea191 --- /dev/null +++ b/iTunesSearch/0.1.1/iTunesSearch.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "iTunesSearch" + s.version = "0.1.1" + s.summary = "Block based iTunes store communication for iOS and Mac OS X." + s.homepage = "https://github.com/gangverk/iTunesSearch" + s.license = 'MIT' + s.author = { "Gangverk" => "contact@gangverk.is" } + s.source = { :git => "https://github.com/gangverk/iTunesSearch.git", :tag => s.version.to_s } + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.6' + s.source_files = 'iTunesSearch/*.{h,m}' + s.requires_arc = true +end From abeb9cef066f1b6db87fe63d5868b514a58fcb00 Mon Sep 17 00:00:00 2001 From: Raphael Sobik Date: Mon, 26 Nov 2012 15:09:03 +0100 Subject: [PATCH 081/104] [Update] NSLogger-CocoaLumberjack-connector (1.3) --- .../1.3/NSLogger-CocoaLumberjack-connector.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 NSLogger-CocoaLumberjack-connector/1.3/NSLogger-CocoaLumberjack-connector.podspec diff --git a/NSLogger-CocoaLumberjack-connector/1.3/NSLogger-CocoaLumberjack-connector.podspec b/NSLogger-CocoaLumberjack-connector/1.3/NSLogger-CocoaLumberjack-connector.podspec new file mode 100644 index 00000000000000..f3c3f809f08305 --- /dev/null +++ b/NSLogger-CocoaLumberjack-connector/1.3/NSLogger-CocoaLumberjack-connector.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'NSLogger-CocoaLumberjack-connector' + s.version = '1.3' + s.license = 'BSD' + s.summary = 'Bridges NSLogger and CocoaLumberjack.' + s.homepage = 'https://github.com/steipete/NSLogger-CocoaLumberjack-connector' + s.author = { 'Peter Steinberger' => 'steipete@gmail.com' } + s.source = { :git => 'https://github.com/steipete/NSLogger-CocoaLumberjack-connector.git', :tag => '1.3' } + s.description = 'This is a bridge for the projects http://github.com/robbiehanson/CocoaLumberjack (A general purpose super-fast logging framework) and http://github.com/fpillet/NSLogger (send logs to a client app via network).' + s.source_files = 'DDNSLoggerLogger.*' + + s.dependency 'NSLogger' + s.dependency 'CocoaLumberjack' +end From 4dd5632f9fad97ee2837769f2000ccfe7ec823f6 Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Mon, 26 Nov 2012 15:04:34 +0000 Subject: [PATCH 082/104] [Update] LastFm (1.1.0) --- LastFm/1.1.0/LastFm.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LastFm/1.1.0/LastFm.podspec diff --git a/LastFm/1.1.0/LastFm.podspec b/LastFm/1.1.0/LastFm.podspec new file mode 100644 index 00000000000000..16b5a6db23fafd --- /dev/null +++ b/LastFm/1.1.0/LastFm.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "LastFm" + s.version = "1.1.0" + s.summary = "Block based Last.fm SDK for iOS and Mac OS X." + s.homepage = "https://github.com/gangverk/LastFm" + s.license = 'MIT' + s.author = { "Kevin Renskers" => "info@mixedcase.nl" } + s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } + s.ios.deployment_target = '4.0' + s.osx.deployment_target = '10.6' + s.source_files = 'LastFm/*.{h,m}' + s.requires_arc = true + s.dependency 'KissXML', '~> 5.0' +end From 1ffdfa12433e55532f4a1b376a73a1f31415fd14 Mon Sep 17 00:00:00 2001 From: Jon Rexeisen Date: Mon, 26 Nov 2012 10:39:14 -0600 Subject: [PATCH 083/104] Updated iRate to 1.7 --- iRate/1.7/iRate.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 iRate/1.7/iRate.podspec diff --git a/iRate/1.7/iRate.podspec b/iRate/1.7/iRate.podspec new file mode 100644 index 00000000000000..3cf6256ca0f81c --- /dev/null +++ b/iRate/1.7/iRate.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'iRate' + s.version = '1.7' + s.license = 'zlib' + s.summary = 'Alternative to Appirater (prompts users to rate the application) with a simpler interface and support for iOS fast application switching.' + s.description = 'A handy class that prompts users of your iPhone or Mac App Store app to rate your application after using it for a while. Similar to Appirater, but with a simpler, cleaner interface and automatic support for iOS fast application switching.' + s.homepage = 'http://charcoaldesign.co.uk/source/cocoa#irate' + s.author = 'Nick Lockwood' + s.source = { :git => 'https://github.com/nicklockwood/iRate.git', :tag => '1.7' } + s.source_files = 'iRate/iRate.{h,m}' + s.resources = 'iRate/iRate.bundle' +end From 263945fe81e2fe9077ebdbfcde6d3d449431c354 Mon Sep 17 00:00:00 2001 From: Victor Ilyukevich Date: Mon, 26 Nov 2012 22:18:17 +0300 Subject: [PATCH 084/104] added spec for MKStoreKit 4.99 --- MKStoreKit/4.99/MKStoreKit.podspec | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 MKStoreKit/4.99/MKStoreKit.podspec diff --git a/MKStoreKit/4.99/MKStoreKit.podspec b/MKStoreKit/4.99/MKStoreKit.podspec new file mode 100644 index 00000000000000..05671fdf0466e4 --- /dev/null +++ b/MKStoreKit/4.99/MKStoreKit.podspec @@ -0,0 +1,27 @@ +Pod::Spec.new do |s| + s.name = 'MKStoreKit' + s.version = '4.99' + s.license = { :type => 'MIT', + :text => 'MKStoreKit uses MIT Licensing And so all of my source code can + be used royalty-free into your app. Just make sure that you don’t + remove the copyright notice from the source code if you make your + app open source and in the about page.' } + s.summary = 'In-App Purchases StoreKit for iOS devices.' + s.homepage = 'https://github.com/MugunthKumar/MKStoreKit' + s.author = { 'Mugunth Kumar' => 'mugunth@steinlogic.com' } + s.source = { :git => 'https://github.com/MugunthKumar/MKStoreKit.git', :tag => '4.99' } + s.platform = :ios, '5.0' + s.source_files = '*.{h,m}', 'Externals/*.{h,m}' + s.requires_arc = true + + s.frameworks = 'StoreKit', 'Security' + + def s.post_install(target) + puts <<-TEXT + * MKStoreKit note * + Don't forget to create and add MKStoreKitConfigs.plist file to you project. + You can find an example here: https://github.com/MugunthKumar/MKStoreKit/blob/22223c77962179497038322b94d01277506570cc/MKStoreKitConfigs.plist + TEXT + end +end + From 288ef05b8c53c8ce7497d8b16d1e8b06cb00b50d Mon Sep 17 00:00:00 2001 From: Victor Ilyukevich Date: Mon, 26 Nov 2012 22:20:05 +0300 Subject: [PATCH 085/104] Revert "renaming mkstorekit 5.0 to 0.0.1 (using commit instead of tag)" This reverts commit 9adbc3d6b17aedd7dbba14fd381bdb1fb42458cb. --- MKStoreKit/{0.0.1 => 5.0}/MKStoreKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename MKStoreKit/{0.0.1 => 5.0}/MKStoreKit.podspec (96%) diff --git a/MKStoreKit/0.0.1/MKStoreKit.podspec b/MKStoreKit/5.0/MKStoreKit.podspec similarity index 96% rename from MKStoreKit/0.0.1/MKStoreKit.podspec rename to MKStoreKit/5.0/MKStoreKit.podspec index 33657d29516ddf..9949627f9a1c1f 100644 --- a/MKStoreKit/0.0.1/MKStoreKit.podspec +++ b/MKStoreKit/5.0/MKStoreKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MKStoreKit' - s.version = '0.0.1' + s.version = '5.0' s.license = 'zLib' s.summary = 'In-App Purchases StoreKit for iOS devices.' s.homepage = 'https://github.com/MugunthKumar/MKStoreKit' From 41fd216c92974c32de2ddce6fb78eacc0067127b Mon Sep 17 00:00:00 2001 From: Victor Ilyukevich Date: Mon, 26 Nov 2012 22:20:42 +0300 Subject: [PATCH 086/104] Revert "add MKStoreKit 5.0" This reverts commit c7d0fe5e3f1d182382d738f8fde2d992515d139a. --- MKStoreKit/5.0/MKStoreKit.podspec | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 MKStoreKit/5.0/MKStoreKit.podspec diff --git a/MKStoreKit/5.0/MKStoreKit.podspec b/MKStoreKit/5.0/MKStoreKit.podspec deleted file mode 100644 index 9949627f9a1c1f..00000000000000 --- a/MKStoreKit/5.0/MKStoreKit.podspec +++ /dev/null @@ -1,19 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'MKStoreKit' - s.version = '5.0' - s.license = 'zLib' - s.summary = 'In-App Purchases StoreKit for iOS devices.' - s.homepage = 'https://github.com/MugunthKumar/MKStoreKit' - s.author = { 'Mugunth' => 'http://mugunthkumar.com/' } - s.source = { :git => 'https://github.com/MugunthKumar/MKStoreKit.git', :commit => '55963bd8ce5d52c2634d95830858d2e58b0608a0' } - s.platform = :ios - s.source_files = '*.{h,m}' - s.requires_arc = true - - - - s.frameworks = 'StoreKit', 'Security' - s.dependency 'JSONKit', '~> 1.4' - s.dependency 'NSData+Base64', '~> 1.0' - s.dependency 'SFHFKeychainUtils', '0.0.1' -end From cbac1f96fe688fab7f6aec2777785fb58ced5bbf Mon Sep 17 00:00:00 2001 From: Marin Usalj Date: Mon, 26 Nov 2012 13:57:10 -0800 Subject: [PATCH 087/104] [Update] ObjectiveSugar (0.4) --- ObjectiveSugar/0.4/ObjectiveSugar.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ObjectiveSugar/0.4/ObjectiveSugar.podspec diff --git a/ObjectiveSugar/0.4/ObjectiveSugar.podspec b/ObjectiveSugar/0.4/ObjectiveSugar.podspec new file mode 100644 index 00000000000000..33813033e490e6 --- /dev/null +++ b/ObjectiveSugar/0.4/ObjectiveSugar.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "ObjectiveSugar" + s.version = "0.4" + s.summary = "ObjectiveC additions for humans. Ruby style." + s.homepage = "https://github.com/mneorr/ObjectiveSugar" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Marin Usalj" => "mneorr@gmail.com" } + s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.4' } + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.source_files = 'src/**/*.{h,m}' +end From e5b21d5b29948e265ec1ee6faed3047d4fcc0415 Mon Sep 17 00:00:00 2001 From: Ray Lillywhite Date: Mon, 26 Nov 2012 16:45:26 -0800 Subject: [PATCH 088/104] Fix iRate 1.7 podspec to specify that it requires ARC and the StoreKit framework. --- iRate/1.7/iRate.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iRate/1.7/iRate.podspec b/iRate/1.7/iRate.podspec index 3cf6256ca0f81c..3be3206a88a20e 100644 --- a/iRate/1.7/iRate.podspec +++ b/iRate/1.7/iRate.podspec @@ -9,4 +9,6 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/nicklockwood/iRate.git', :tag => '1.7' } s.source_files = 'iRate/iRate.{h,m}' s.resources = 'iRate/iRate.bundle' + s.framework = 'StoreKit' + s.requires_arc = true end From 290b0af2c4dec60ef671b6024a44df06d60e9f8b Mon Sep 17 00:00:00 2001 From: James Martinez Date: Mon, 26 Nov 2012 17:16:44 -0800 Subject: [PATCH 089/104] Localytics pod renamed, cleaned up, and fixed. --- .../0.0.1/Localytics.podspec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) rename Localytics-iOS-Client/2.14/Localytics-iOS-Client.podspec => Localytics/0.0.1/Localytics.podspec (93%) diff --git a/Localytics-iOS-Client/2.14/Localytics-iOS-Client.podspec b/Localytics/0.0.1/Localytics.podspec similarity index 93% rename from Localytics-iOS-Client/2.14/Localytics-iOS-Client.podspec rename to Localytics/0.0.1/Localytics.podspec index 58bdbc8571c7a8..5a965a0201894e 100644 --- a/Localytics-iOS-Client/2.14/Localytics-iOS-Client.podspec +++ b/Localytics/0.0.1/Localytics.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| - s.name = "Localytics-iOS-Client" - s.version = "2.14" - s.summary = "Localytics iOS SDK." + s.name = "Localytics" + s.version = "0.0.1" + s.summary = "Localytics iOS SDK >2.14" s.description = <<-DESC Localytics is built for mobile & tablet apps. Integration is easy, takes just 10 minutes and requires only a few lines of code. A quick integration allows you to track all standard metrics such as platform, device type, sessions and unique users. Event and screen tracking are used to analyze conversion funnels, screen flows, feature usage, content access, advertising performance, etc. Full support for iOS, Android, BlackBerry, Windows Phone and HTML5 apps. @@ -39,9 +39,8 @@ Pod::Spec.new do |s| s.source = { :http => "http://files.localytics.com/ClientLibraries/iOS/Localytics-iOS-Client-latest.source.zip" } s.platform = :ios, '4.0' - s.source_files = 'Localytics-iOS-Client-2.14.source/src/*.{h,m}' + s.source_files = '*.{h,m}' s.framework = 'AdSupport' - s.library = 'z', 'sqlite3' -end +end \ No newline at end of file From 8cbd86cc9df5586e3625c4283dd88400fda3db85 Mon Sep 17 00:00:00 2001 From: Daniel Kuhnke Date: Tue, 27 Nov 2012 12:03:01 +0100 Subject: [PATCH 090/104] added 1.2.2 --- CoreTextLabel/1.2.2/CoreTextLabel.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CoreTextLabel/1.2.2/CoreTextLabel.podspec diff --git a/CoreTextLabel/1.2.2/CoreTextLabel.podspec b/CoreTextLabel/1.2.2/CoreTextLabel.podspec new file mode 100644 index 00000000000000..4bc1d9f62107e2 --- /dev/null +++ b/CoreTextLabel/1.2.2/CoreTextLabel.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'CoreTextLabel' + s.version = '1.2.2' + s.summary = "Label to draw NSAttributedString or HTML with custom font and color. numberOfLines and lineSpacing is supported." + s.homepage = "https://github.com/dkuhnke/CoreTextLabel" + s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' } + s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.2.2' } + s.platform = :ios + s.requires_arc = true + s.source_files = '*.{h,m}' + s.license = 'MIT' + s.ios.frameworks = 'QuartzCore', 'CoreText' + s.dependency 'RegexKitLite', '4.0' +end \ No newline at end of file From 70342067093444c97b5c88836ff9b33b08f4e7fb Mon Sep 17 00:00:00 2001 From: Justin DeWind Date: Tue, 27 Nov 2012 08:13:42 -0500 Subject: [PATCH 091/104] Adding Objection 0.13.2 --- Objection/0.13.2/Objection.podspec | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Objection/0.13.2/Objection.podspec diff --git a/Objection/0.13.2/Objection.podspec b/Objection/0.13.2/Objection.podspec new file mode 100644 index 00000000000000..612f7d8b484933 --- /dev/null +++ b/Objection/0.13.2/Objection.podspec @@ -0,0 +1,10 @@ +Pod::Spec.new do |s| + s.name = 'Objection' + s.version = '0.13.2' + s.summary = 'A lightweight dependency injection framework for Objective-C.' + s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } + s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.13.2' } + s.homepage = 'http://www.objection-framework.org' + s.source_files = 'Source' + s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE" +end From 29a202048b65a5da3e766cacb4cd71ffb11829f9 Mon Sep 17 00:00:00 2001 From: Sebastian Rehnby Date: Tue, 27 Nov 2012 15:45:34 +0100 Subject: [PATCH 092/104] Added POViewFrameBuilder 1.0.0 --- POViewFrameBuilder/1.0.0/POViewFrameBuilder.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 POViewFrameBuilder/1.0.0/POViewFrameBuilder.podspec diff --git a/POViewFrameBuilder/1.0.0/POViewFrameBuilder.podspec b/POViewFrameBuilder/1.0.0/POViewFrameBuilder.podspec new file mode 100644 index 00000000000000..be9c91bd8ba1f1 --- /dev/null +++ b/POViewFrameBuilder/1.0.0/POViewFrameBuilder.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "POViewFrameBuilder" + s.version = "1.0.0" + s.summary = "A small library for semantic layout of UIViews." + s.homepage = "https://github.com/podio/ios-view-frame-builder" + s.license = 'MIT' + s.author = { "Sebastian Rehnby" => "sebastian@podio.com" } + + s.source = { :git => "https://github.com/podio/ios-view-frame-builder.git", :tag => "1.0.0" } + s.platform = :ios, '5.0' + s.source_files = 'POViewFrameBuilder/**/*.{h,m}' + s.requires_arc = true +end From 12c85f73e89c6d12447e127ff645bd4e5231a80b Mon Sep 17 00:00:00 2001 From: Daniel Kuhnke Date: Tue, 27 Nov 2012 16:44:26 +0100 Subject: [PATCH 093/104] added AFDownloadRequestOperation.podspec --- .../0.0.1/AFDownloadRequestOperation.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 AFDownloadRequestOperation/0.0.1/AFDownloadRequestOperation.podspec diff --git a/AFDownloadRequestOperation/0.0.1/AFDownloadRequestOperation.podspec b/AFDownloadRequestOperation/0.0.1/AFDownloadRequestOperation.podspec new file mode 100644 index 00000000000000..b0ae77d895668d --- /dev/null +++ b/AFDownloadRequestOperation/0.0.1/AFDownloadRequestOperation.podspec @@ -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' => 'steipete@gmail.com' } + 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 \ No newline at end of file From 0ab126fc3fb048da3ed630eed61aaf7cd831915d Mon Sep 17 00:00:00 2001 From: Juan Pablo Ortiz Arechiga Date: Tue, 27 Nov 2012 11:11:40 -0600 Subject: [PATCH 094/104] Updating socket.IO --- socket.IO/0.2.5/socket.IO.podspec | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 socket.IO/0.2.5/socket.IO.podspec diff --git a/socket.IO/0.2.5/socket.IO.podspec b/socket.IO/0.2.5/socket.IO.podspec new file mode 100644 index 00000000000000..fabf18aa9b2c5f --- /dev/null +++ b/socket.IO/0.2.5/socket.IO.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = "socket.IO" + s.version = "0.2.5" + s.summary = "socket.io v0.7.2+ for iOS devices" + s.description = <<-DESC + Interface to communicate between Objective C and Socket.IO with the help of websockets. It's based on fpotter's socketio-cocoa and uses other libraries/classes like SocketRocket, json-framework (optional) and jsonkit (optional). + DESC + s.homepage = "https://github.com/pkyeck/socket.IO-objc" + s.license = 'MIT' + + s.author = { "Philipp Kyeck" => "philipp@beta-interactive.de" } + s.source = { :git => "https://github.com/pkyeck/socket.IO-objc.git", :tag => '0.2.5' } + + s.source_files = '*.{h,m}' + + s.requires_arc = true + + s.dependency 'SocketRocket', '~> 0.1' +end From 2b46abd1cdc52a09ef85916120d8e2e5be8a593f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Ortiz=20Ar=C3=A9chiga?= Date: Tue, 27 Nov 2012 11:34:23 -0600 Subject: [PATCH 095/104] Updates SocketRocket dependency too. --- socket.IO/0.2.5/socket.IO.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket.IO/0.2.5/socket.IO.podspec b/socket.IO/0.2.5/socket.IO.podspec index fabf18aa9b2c5f..557d2450c769a7 100644 --- a/socket.IO/0.2.5/socket.IO.podspec +++ b/socket.IO/0.2.5/socket.IO.podspec @@ -15,5 +15,5 @@ Pod::Spec.new do |s| s.requires_arc = true - s.dependency 'SocketRocket', '~> 0.1' + s.dependency 'SocketRocket', '~> 0.2' end From 594b5f0102f20eac49a18e9ee1285dfd848c6865 Mon Sep 17 00:00:00 2001 From: Ryan Davies Date: Tue, 27 Nov 2012 17:46:47 +0000 Subject: [PATCH 096/104] [Add] Posit (0.0.1) --- Posit/0.0.1/Posit.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Posit/0.0.1/Posit.podspec diff --git a/Posit/0.0.1/Posit.podspec b/Posit/0.0.1/Posit.podspec new file mode 100644 index 00000000000000..4777bdcfd158b4 --- /dev/null +++ b/Posit/0.0.1/Posit.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'Posit' + s.version = '0.0.1' + s.license = { type: 'MIT', file: 'LICENSE' } + s.platform = :ios, '6.0' + s.summary = "An Objective-C expectation framework based on the 'should' terminology." + s.homepage = 'https://github.com/rdavies/Posit' + s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } + s.source = { :git => 'https://github.com/rdavies/Posit.git', :tag => '0.0.1' } + s.source_files = 'Posit/*.{h,m}' + s.requires_arc = true +end From cd5148b6744e33994007f0d02393090170916321 Mon Sep 17 00:00:00 2001 From: Ryan Davies Date: Tue, 27 Nov 2012 18:11:22 +0000 Subject: [PATCH 097/104] [Delete] Posit (0.0.1) --- Posit/0.0.1/Posit.podspec | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Posit/0.0.1/Posit.podspec diff --git a/Posit/0.0.1/Posit.podspec b/Posit/0.0.1/Posit.podspec deleted file mode 100644 index 4777bdcfd158b4..00000000000000 --- a/Posit/0.0.1/Posit.podspec +++ /dev/null @@ -1,12 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'Posit' - s.version = '0.0.1' - s.license = { type: 'MIT', file: 'LICENSE' } - s.platform = :ios, '6.0' - s.summary = "An Objective-C expectation framework based on the 'should' terminology." - s.homepage = 'https://github.com/rdavies/Posit' - s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } - s.source = { :git => 'https://github.com/rdavies/Posit.git', :tag => '0.0.1' } - s.source_files = 'Posit/*.{h,m}' - s.requires_arc = true -end From 392a806186ff64d0bd19065dea46ac69624f09f6 Mon Sep 17 00:00:00 2001 From: Ryan Davies Date: Tue, 27 Nov 2012 18:22:55 +0000 Subject: [PATCH 098/104] [Add] Posit (0.0.1) --- Posit/0.0.1/Posit.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Posit/0.0.1/Posit.podspec diff --git a/Posit/0.0.1/Posit.podspec b/Posit/0.0.1/Posit.podspec new file mode 100644 index 00000000000000..acf18703b21b6c --- /dev/null +++ b/Posit/0.0.1/Posit.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'Posit' + s.version = '0.0.1' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.platform = :ios, '6.0' + s.summary = "An Objective-C expectation framework based on the 'should' terminology." + s.homepage = 'https://github.com/rdavies/Posit' + s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } + s.source = { :git => 'https://github.com/rdavies/Posit.git', :tag => '0.0.1' } + s.source_files = 'Posit/*.{h,m}' + s.requires_arc = true +end From 038e05ccac052837367d491480946c59840b63ae Mon Sep 17 00:00:00 2001 From: Eduardo Scoz Date: Tue, 27 Nov 2012 20:49:20 +0100 Subject: [PATCH 099/104] Rev'd QD to 0.6 --- QuickDialog/0.6/QuickDialog.podspec | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 QuickDialog/0.6/QuickDialog.podspec diff --git a/QuickDialog/0.6/QuickDialog.podspec b/QuickDialog/0.6/QuickDialog.podspec new file mode 100644 index 00000000000000..966ec45009d61d --- /dev/null +++ b/QuickDialog/0.6/QuickDialog.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = 'QuickDialog' + s.version = '0.6' + s.platform = :ios + s.license = 'Apache License, Version 2.0' + s.summary = 'Quick and easy dialog screens for iOS.' + s.homepage = 'http://escoz.com/quickdialog' + s.author = { 'Eduardo Scoz' => 'contact@escoz.com' } + s.source = { :git => 'https://github.com/escoz/QuickDialog.git', :tag => '0.6' } + + s.description = 'QuickDialog allows you to create HIG-compliant iOS forms for your apps without ' \ + 'having to directly deal with UITableViews, delegates and data sources. Fast ' \ + 'and efficient, you can create forms with multiple text fields, or with ' \ + 'thousands of items with no sweat!' + + s.source_files = 'quickdialog', '*.{h,m}' + s.requires_arc = true + s.frameworks = 'MapKit', 'CoreLocation' + + def s.post_install(target) + prefix_header = config.project_pods_root + target.prefix_header_filename + prefix_header.open('a') do |file| + file.puts(%{#ifdef __OBJC__\n#import "QuickDialog.h"\n#endif}) + end + end +end \ No newline at end of file From 9d8ef66d67ed6c05dd0054399b8a977385eddd07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ce=CC=81dric=20Luthi?= Date: Wed, 28 Nov 2012 01:08:38 +0100 Subject: [PATCH 100/104] Add XCDFormInputAccessoryView 1.0.0 --- .../1.0.0/XCDFormInputAccessoryView.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 XCDFormInputAccessoryView/1.0.0/XCDFormInputAccessoryView.podspec diff --git a/XCDFormInputAccessoryView/1.0.0/XCDFormInputAccessoryView.podspec b/XCDFormInputAccessoryView/1.0.0/XCDFormInputAccessoryView.podspec new file mode 100644 index 00000000000000..94e08faf492a25 --- /dev/null +++ b/XCDFormInputAccessoryView/1.0.0/XCDFormInputAccessoryView.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = "XCDFormInputAccessoryView" + s.version = "1.0.0" + s.summary = "Input accessory view with previous, next and done buttons." + s.homepage = "https://github.com/0xced/XCDFormInputAccessoryView" + s.license = { :type => 'MIT', :file => 'README.md' } + s.author = { "Cédric Luthi" => "cedric.luthi@gmail.com" } + s.source = { :git => "https://github.com/0xced/XCDFormInputAccessoryView.git", :tag => "1.0.0" } + s.platform = :ios + s.source_files = 'XCDFormInputAccessoryView' + s.requires_arc = true +end From 857cc5ea8c1464ad389dffc1c75c03a66fbe18a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwendal=20Roue=CC=81?= Date: Wed, 28 Nov 2012 14:51:33 +0100 Subject: [PATCH 101/104] [Update] GRMustache 6.1.2, 6.1.3 --- GRMustache/6.1.2/GRMustache.podspec | 13 +++++++++++++ GRMustache/6.1.3/GRMustache.podspec | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 GRMustache/6.1.2/GRMustache.podspec create mode 100644 GRMustache/6.1.3/GRMustache.podspec diff --git a/GRMustache/6.1.2/GRMustache.podspec b/GRMustache/6.1.2/GRMustache.podspec new file mode 100644 index 00000000000000..cb8841ecb49cc9 --- /dev/null +++ b/GRMustache/6.1.2/GRMustache.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'GRMustache' + s.version = '6.1.2' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.summary = 'Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.' + s.homepage = 'https://github.com/groue/GRMustache' + s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } + s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.1.2' } + s.source_files = 'src/classes' + s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/) + s.framework = 'Foundation' + s.dependency 'JRSwizzle', '~> 1.0' +end diff --git a/GRMustache/6.1.3/GRMustache.podspec b/GRMustache/6.1.3/GRMustache.podspec new file mode 100644 index 00000000000000..da884905619557 --- /dev/null +++ b/GRMustache/6.1.3/GRMustache.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'GRMustache' + s.version = '6.1.3' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.summary = 'Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.' + s.homepage = 'https://github.com/groue/GRMustache' + s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } + s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.1.3' } + s.source_files = 'src/classes' + s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/) + s.framework = 'Foundation' + s.dependency 'JRSwizzle', '~> 1.0' +end From 94d433810ed25c4d0d9afb5c63afac6b052bd11d Mon Sep 17 00:00:00 2001 From: Adam Kirk Date: Wed, 28 Nov 2012 09:06:18 -0700 Subject: [PATCH 102/104] [Update] MTPocket (0.6.2) --- MTPocket/0.6.2/MTPocket.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 MTPocket/0.6.2/MTPocket.podspec diff --git a/MTPocket/0.6.2/MTPocket.podspec b/MTPocket/0.6.2/MTPocket.podspec new file mode 100644 index 00000000000000..3f592a12cff5a8 --- /dev/null +++ b/MTPocket/0.6.2/MTPocket.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "MTPocket" + s.version = "0.6.2" + s.summary = "A Cocoa web request library that doesn't suck." + s.description = "Simple and powerful. Convenient and informative. JSON and XML to collection object conversion. Comprehensive request and response objects." + s.homepage = "https://github.com/mysterioustrousers/MTPocket" + s.license = 'BSD' + s.author = { "Adam Kirk" => "atomkirk@gmail.com" } + s.source = { :git => "https://github.com/mysterioustrousers/MTPocket.git", :tag => "0.6.2" } + s.source_files = 'MTPocket/*.{h,m}' + s.dependency 'XMLDictionary', '~> 2.0.0' + s.dependency 'MTJSONUtils', '~> 0.0.1' + s.dependency 'Base64' +end From 6f97d10fa6ba2dd1b62a853a106ad29044f4d84a Mon Sep 17 00:00:00 2001 From: Simon Booth Date: Wed, 28 Nov 2012 16:37:39 +0000 Subject: [PATCH 103/104] [Update] WorkflowSchema (0.4.0) --- WorkflowSchema/0.4.0/WorkflowSchema.podspec | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 WorkflowSchema/0.4.0/WorkflowSchema.podspec diff --git a/WorkflowSchema/0.4.0/WorkflowSchema.podspec b/WorkflowSchema/0.4.0/WorkflowSchema.podspec new file mode 100644 index 00000000000000..1bfc2c8087ff5f --- /dev/null +++ b/WorkflowSchema/0.4.0/WorkflowSchema.podspec @@ -0,0 +1,27 @@ +Pod::Spec.new do |s| + s.name = "WorkflowSchema" + s.version = "0.4.0" + s.summary = "An iOS framework which allows you to define app workflows in XML." + s.homepage = "https://github.com/CRedit360/WorkflowSchema" + s.license = 'MIT' + s.author = { "Simon Booth" => "simon.booth@credit360.com" } + s.source = { :git => "https://github.com/CRedit360/WorkflowSchema.git", :tag => "0.4.0" } + s.platform = :ios, '5.0' + s.requires_arc = true + + s.preferred_dependency = 'Core' + + s.subspec 'All' do |ss| + ss.dependency 'WorkflowSchema/Core' + ss.dependency 'WorkflowSchema/DTCoreText' + end + + s.subspec 'Core' do |ss| + ss.source_files = 'WorkflowSchema/Code' + end + + s.subspec 'DTCoreText' do |ss| + ss.source_files = 'WorkflowSchema/Modules/WorkflowSchema+DTCoreText/Code' + ss.dependency 'DTCoreText', '~> 1.0' + end +end From 02d7cfeb00153410036a55979b078e92a21c8cfc Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Wed, 28 Nov 2012 16:58:22 +0000 Subject: [PATCH 104/104] [Update] LastFm (1.2.0) --- LastFm/1.2.0/LastFm.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LastFm/1.2.0/LastFm.podspec diff --git a/LastFm/1.2.0/LastFm.podspec b/LastFm/1.2.0/LastFm.podspec new file mode 100644 index 00000000000000..d40fcdeeec1933 --- /dev/null +++ b/LastFm/1.2.0/LastFm.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "LastFm" + s.version = "1.2.0" + s.summary = "Block based Last.fm SDK for iOS and Mac OS X." + s.homepage = "https://github.com/gangverk/LastFm" + s.license = 'MIT' + s.author = { "Kevin Renskers" => "info@mixedcase.nl" } + s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } + s.ios.deployment_target = '4.0' + s.osx.deployment_target = '10.6' + s.source_files = 'LastFm/*.{h,m}' + s.requires_arc = true + s.dependency 'KissXML', '~> 5.0' +end