From 146ea5a353b84d741dc0e9dc0fa38fa6fc622101 Mon Sep 17 00:00:00 2001 From: Kelp Date: Wed, 6 Mar 2013 19:07:41 +0800 Subject: [PATCH 01/14] add NyaruDB --- NyaruDB/1.2/NyaruDB.podspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 NyaruDB/1.2/NyaruDB.podspec diff --git a/NyaruDB/1.2/NyaruDB.podspec b/NyaruDB/1.2/NyaruDB.podspec new file mode 100644 index 00000000..b19f225f --- /dev/null +++ b/NyaruDB/1.2/NyaruDB.podspec @@ -0,0 +1,11 @@ +Pod::Spec.new do |s| + s.name = 'NyaruDB' + s.version = '1.2' + s.license = 'MIT' + s.summary = 'A simple NoSQL database(key-document).' + s.homepage = 'https://github.com/Kelp404/NyaruDB' + s.author = 'Kelp' + s.source = { :git => 'https://github.com/Kelp404/NyaruDB.git', :tag => '1.2' } + + s.source_files = 'NyaruDB' +end From 63cc1bc3ab73b4badc5b338e30b56c134d948638 Mon Sep 17 00:00:00 2001 From: Patrick McConnell Date: Wed, 6 Mar 2013 15:10:37 -0500 Subject: [PATCH 02/14] Adds v1.1 spec to DejalActivityView --- DejalActivityView/1.1/DejalActivityView.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 DejalActivityView/1.1/DejalActivityView.podspec diff --git a/DejalActivityView/1.1/DejalActivityView.podspec b/DejalActivityView/1.1/DejalActivityView.podspec new file mode 100644 index 00000000..43074d89 --- /dev/null +++ b/DejalActivityView/1.1/DejalActivityView.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'DejalActivityView' + s.version = '1.1' + s.license = 'BSD 2-clause' + s.summary = 'Spinning activity indicator with horizontal, bezel, or keyboard-covering styles and adjustable text.' + s.description = 'DejalActivityView conveniently displays a horizontal, bezel-style, or keyboard-covering view with a spinning activity indicator and adjustable text.' + s.homepage = 'http://www.dejal.com/developer/#dejalactivityview' + s.author = { 'David Sinclair' => 'dev@dejal.com' } + s.source = { :git => 'https://github.com/Dejal/DejalActivityView.git', :tag => '1.1' } + s.platform = :ios + s.source_files = 'DejalActivityView.{h,m}' + s.framework = 'UIKit' + s.requires_arc = true +end From 2e10c6f0721275086c84ee998005ce35b2650fcd Mon Sep 17 00:00:00 2001 From: Kevin Lord Date: Wed, 6 Mar 2013 14:28:27 -0600 Subject: [PATCH 03/14] Update CIOAPIClient to 0.8.4 --- CIOAPIClient/0.8.4/CIOAPIClient.podspec | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CIOAPIClient/0.8.4/CIOAPIClient.podspec diff --git a/CIOAPIClient/0.8.4/CIOAPIClient.podspec b/CIOAPIClient/0.8.4/CIOAPIClient.podspec new file mode 100644 index 00000000..04810540 --- /dev/null +++ b/CIOAPIClient/0.8.4/CIOAPIClient.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = "CIOAPIClient" + s.version = "0.8.4" + s.summary = "API Client for Context.IO" + s.homepage = "https://github.com/contextio/contextio-ios" + s.license = 'MIT' + s.author = { 'Kevin Lord' => 'kevinlord@otherinbox.com' } + s.source = { :git => "https://github.com/contextio/contextio-ios.git", :tag => '0.8.4' } + s.source_files = 'CIOAPIClient', 'CIOAPIClient/OAuth', 'CIOAPIClient/OAuth/Crypto' + s.requires_arc = true + + s.ios.deployment_target = '5.0' + s.ios.frameworks = 'Security' + + s.osx.deployment_target = '10.7' + + s.dependency 'AFNetworking', '>= 0.9' + s.dependency 'SSKeychain', '>= 0.2.1' +end From 6aeff3ed99881503bbdf3c3d2426979c305ab24a Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Wed, 6 Mar 2013 15:20:03 -0600 Subject: [PATCH 04/14] [Update] REMenu (1.2.2) --- REMenu/1.2.2/REMenu.podspec | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 REMenu/1.2.2/REMenu.podspec diff --git a/REMenu/1.2.2/REMenu.podspec b/REMenu/1.2.2/REMenu.podspec new file mode 100644 index 00000000..b5060f61 --- /dev/null +++ b/REMenu/1.2.2/REMenu.podspec @@ -0,0 +1,18 @@ +Pod::Spec.new do |s| + s.name = 'REMenu' + s.version = '1.2.2' + s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' } + s.homepage = 'https://github.com/romaonthego/REMenu' + s.summary = 'Dropdown menu inspired by Vine.' + s.source = { :git => 'https://github.com/romaonthego/REMenu.git', + :tag => '1.2.2' } + s.license = { :type => "MIT", :file => "LICENSE" } + + s.platform = :ios, '5.0' + s.requires_arc = true + s.source_files = 'REMenu' + s.public_header_files = 'REMenu/*.h' + + s.ios.deployment_target = '5.0' + s.ios.frameworks = 'QuartzCore' +end From 6e6701c5b22ff0bf7719ef82bb96ab8ae0b8b453 Mon Sep 17 00:00:00 2001 From: Steve Streza Date: Wed, 6 Mar 2013 19:01:43 -0800 Subject: [PATCH 05/14] Updated PocketAPI to 1.0.2 --- PocketAPI/1.0.2/PocketAPI.podspec | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 PocketAPI/1.0.2/PocketAPI.podspec diff --git a/PocketAPI/1.0.2/PocketAPI.podspec b/PocketAPI/1.0.2/PocketAPI.podspec new file mode 100644 index 00000000..f69a75a7 --- /dev/null +++ b/PocketAPI/1.0.2/PocketAPI.podspec @@ -0,0 +1,29 @@ +Pod::Spec.new do |s| + s.name = "PocketAPI" + s.version = "1.0.2" + s.summary = "Objective-C SDK for authenticating and making API calls to the Pocket API." + s.description = <<-DESC + The Pocket SDK is the fastest way to add Pocket integration to any iOS or Mac + application. Adding the Pocket SDK to your app is incredibly easy. With a few + lines of code, your app can quickly add support for saving URLs to users' + Pocket lists. + DESC + s.homepage = "http://getpocket.com/developer/" + + s.license = 'MIT' + + s.authors = { "Steve Streza" => "steve@getpocket.com", "James Yopp" => "james@getpocket.com", "Nate Weiner" => "nate@getpocket.com" } + s.source = { :git => "https://github.com/Pocket/Pocket-ObjC-SDK.git", :tag => "sdk/1.0.2" } + + s.ios.deployment_target = '3.0' + s.osx.deployment_target = '10.6' + + s.source_files = 'SDK/**/*.{h,m}' + + s.public_header_files = 'SDK/**/PocketAPI*.h' + + s.frameworks = 'Foundation', 'Security' + + s.requires_arc = false + +end From 4864100e4a52c0e4ba4881c34282d5bfeb26a2ef Mon Sep 17 00:00:00 2001 From: Kelp Date: Thu, 7 Mar 2013 11:13:16 +0800 Subject: [PATCH 06/14] fixed error. -> NyaruDB (1.2) - ERROR | The sources did not match any file - WARN | Unable to find a license file --- NyaruDB/1.2/NyaruDB.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NyaruDB/1.2/NyaruDB.podspec b/NyaruDB/1.2/NyaruDB.podspec index b19f225f..93edfc0b 100644 --- a/NyaruDB/1.2/NyaruDB.podspec +++ b/NyaruDB/1.2/NyaruDB.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'NyaruDB' s.version = '1.2' - s.license = 'MIT' s.summary = 'A simple NoSQL database(key-document).' s.homepage = 'https://github.com/Kelp404/NyaruDB' - s.author = 'Kelp' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Kelp" => "kelp@phate.org" } s.source = { :git => 'https://github.com/Kelp404/NyaruDB.git', :tag => '1.2' } - s.source_files = 'NyaruDB' + s.source_files = 'NyaruDB/NyaruDB' end From 19400406ad798bcbf0f17cfc7990abe5499a3646 Mon Sep 17 00:00:00 2001 From: Kelp Date: Thu, 7 Mar 2013 11:43:25 +0800 Subject: [PATCH 07/14] fixed error -> NyaruDB (1.2) - ERROR | XCODEBUILD > NyaruDB/NyaruDB/NyaruDB/NyaruConfig.h:10:9: fatal error: 'JSONKit-Nyaru.h' file not found --- NyaruDB/1.2/NyaruDB.podspec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NyaruDB/1.2/NyaruDB.podspec b/NyaruDB/1.2/NyaruDB.podspec index 93edfc0b..5f13ed28 100644 --- a/NyaruDB/1.2/NyaruDB.podspec +++ b/NyaruDB/1.2/NyaruDB.podspec @@ -7,5 +7,12 @@ Pod::Spec.new do |s| s.author = { "Kelp" => "kelp@phate.org" } s.source = { :git => 'https://github.com/Kelp404/NyaruDB.git', :tag => '1.2' } - s.source_files = 'NyaruDB/NyaruDB' + s.source_files = 'NyaruDB/NyaruDB/**/*.{h,m}' + + s.requires_arc = true + s.subspec 'no-arc' do |json| + json.source_files = 'NyaruDB/NyaruDB/External/JSONKit/*.{h,m}' + json.requires_arc = false + json.compiler_flags = '-fno-objc-arc' + end end From 27aa3e056ecdd291a4aec321646d6ff42f696a70 Mon Sep 17 00:00:00 2001 From: Kelp Date: Thu, 7 Mar 2013 12:01:42 +0800 Subject: [PATCH 08/14] fixed error about ARC --- NyaruDB/1.2/NyaruDB.podspec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NyaruDB/1.2/NyaruDB.podspec b/NyaruDB/1.2/NyaruDB.podspec index 5f13ed28..849650ad 100644 --- a/NyaruDB/1.2/NyaruDB.podspec +++ b/NyaruDB/1.2/NyaruDB.podspec @@ -9,10 +9,13 @@ Pod::Spec.new do |s| s.source_files = 'NyaruDB/NyaruDB/**/*.{h,m}' - s.requires_arc = true + s.subspec 'arc' do |file| + file.source_files = 'NyaruDB/NyaruDB/*.{h,m}' + file.requires_arc = true + end + s.subspec 'no-arc' do |json| json.source_files = 'NyaruDB/NyaruDB/External/JSONKit/*.{h,m}' json.requires_arc = false - json.compiler_flags = '-fno-objc-arc' end end From b7dd1846740c58437e08c8c8292517c71e7ff188 Mon Sep 17 00:00:00 2001 From: Sam Vermette Date: Wed, 6 Mar 2013 23:22:29 -0500 Subject: [PATCH 09/14] [Update] RaptureXML (1.0.1) --- RaptureXML/1.0.1/RaptureXML.podspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 RaptureXML/1.0.1/RaptureXML.podspec diff --git a/RaptureXML/1.0.1/RaptureXML.podspec b/RaptureXML/1.0.1/RaptureXML.podspec new file mode 100644 index 00000000..bf23ef8f --- /dev/null +++ b/RaptureXML/1.0.1/RaptureXML.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = 'RaptureXML' + s.version = '1.0.1' + s.license = 'MIT' + s.summary = 'A simple, sensible, block-based XML API for iOS and Mac development.' + s.homepage = 'https://github.com/ZaBlanc/RaptureXML' + s.author = { 'John Blanco' => 'zablanc@gmail.com' } + s.source = { :git => 'https://github.com/ZaBlanc/RaptureXML.git', :tag => s.version.to_s } + s.platform = :ios + s.source_files = 'RaptureXML/*' + + s.libraries = 'z', 'xml2' + s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } + s.requires_arc = true +end \ No newline at end of file From 72550a9f7e00b876b84f749e39a1e231a2506599 Mon Sep 17 00:00:00 2001 From: Sam Vermette Date: Thu, 7 Mar 2013 00:09:25 -0500 Subject: [PATCH 10/14] [Fix] RaptureXML (1.0.1) --- RaptureXML/1.0.1/RaptureXML.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/RaptureXML/1.0.1/RaptureXML.podspec b/RaptureXML/1.0.1/RaptureXML.podspec index bf23ef8f..c85eb2df 100644 --- a/RaptureXML/1.0.1/RaptureXML.podspec +++ b/RaptureXML/1.0.1/RaptureXML.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/ZaBlanc/RaptureXML' s.author = { 'John Blanco' => 'zablanc@gmail.com' } s.source = { :git => 'https://github.com/ZaBlanc/RaptureXML.git', :tag => s.version.to_s } - s.platform = :ios s.source_files = 'RaptureXML/*' s.libraries = 'z', 'xml2' From 10a744dd4403e66577ae651a18aaaf5850b9dc98 Mon Sep 17 00:00:00 2001 From: Markus Emrich Date: Thu, 7 Mar 2013 11:56:44 +0100 Subject: [PATCH 11/14] [Update] CHCSVParser (2.0.4) --- CHCSVParser/2.0.4/CHCSVParser.podspec | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHCSVParser/2.0.4/CHCSVParser.podspec diff --git a/CHCSVParser/2.0.4/CHCSVParser.podspec b/CHCSVParser/2.0.4/CHCSVParser.podspec new file mode 100644 index 00000000..2ccde755 --- /dev/null +++ b/CHCSVParser/2.0.4/CHCSVParser.podspec @@ -0,0 +1,10 @@ +Pod::Spec.new do |spec| + spec.name = 'CHCSVParser' + spec.author = 'Dave DeLong' + spec.homepage = 'https://github.com/davedelong/CHCSVParser' + spec.summary = 'A proper CSV parser for Objective-C.' + spec.license = 'MIT (LICENSE)' + spec.version = '2.0.4' + spec.source = { :git => 'https://github.com/davedelong/CHCSVParser.git', :tag => '2.0.4' } + spec.source_files = 'CHCSVParser/CHCSVParser.{h,m}' +end From 4fd33440ab359e6c3a53ded5b5a74af806605865 Mon Sep 17 00:00:00 2001 From: Francis Chong Date: Thu, 7 Mar 2013 20:07:12 +0800 Subject: [PATCH 12/14] add CocoaHTTPServer 2.3 --- CocoaHTTPServer/2.3/CocoaHTTPServer.podspec | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CocoaHTTPServer/2.3/CocoaHTTPServer.podspec diff --git a/CocoaHTTPServer/2.3/CocoaHTTPServer.podspec b/CocoaHTTPServer/2.3/CocoaHTTPServer.podspec new file mode 100644 index 00000000..b5b6ef3e --- /dev/null +++ b/CocoaHTTPServer/2.3/CocoaHTTPServer.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'CocoaHTTPServer' + s.version = '2.3' + s.license = 'BSD' + s.summary = 'A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications.' + s.homepage = 'https://github.com/robbiehanson/CocoaHTTPServer' + s.authors = { 'Robbie Hanson' => 'cocoahttpserver@googlegroups.com' } + s.source = { :git => 'https://github.com/robbiehanson/CocoaHTTPServer.git', :tag => '2.3' } + s.source_files = '{Core,Extensions}/**/*.{h,m}' + s.requires_arc = true + + s.ios.frameworks = 'CFNetwork', 'Security' + s.osx.frameworks = 'CoreServices', 'Security' + + s.library = 'xml2' + s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } + + s.dependency "CocoaAsyncSocket", "~> 0.0.1" + s.dependency "CocoaLumberjack" +end \ No newline at end of file From 92001a8682b40d155131d1c4f594bf9926fb57e0 Mon Sep 17 00:00:00 2001 From: Francis Chong Date: Thu, 7 Mar 2013 20:29:11 +0800 Subject: [PATCH 13/14] add IGWebLogger 0.2.0 --- IGWebLogger/0.2.0/IGWebLogger.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 IGWebLogger/0.2.0/IGWebLogger.podspec diff --git a/IGWebLogger/0.2.0/IGWebLogger.podspec b/IGWebLogger/0.2.0/IGWebLogger.podspec new file mode 100644 index 00000000..207f4d0b --- /dev/null +++ b/IGWebLogger/0.2.0/IGWebLogger.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = 'IGWebLogger' + s.version = '0.2.0' + s.summary = 'IGWebLogger allows you to view your iOS app logs over web browser in realtime.' + + s.homepage = 'https://github.com/siuying/IGWebLogger' + s.author = { 'Francis Chong' => 'francis@ignition.hk' } + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.source = { :git => 'https://github.com/siuying/IGWebLogger.git', :tag => '0.2.0' } + s.requires_arc = true + s.platform = :ios, '5.0' + s.source_files = 'IGWebLogger/Classes/*.{m,h}' + s.resource = 'IGWebLogger/IGWebLogger.bundle' + + s.dependency "CocoaLumberjack" + s.dependency "CocoaHTTPServer", "~> 2.3" +end \ No newline at end of file From 454c33d5f90379e1f1c80ba77c97f9526e7925e9 Mon Sep 17 00:00:00 2001 From: Pablo Bendersky Date: Thu, 7 Mar 2013 10:18:25 -0300 Subject: [PATCH 14/14] [Update] google-plus-ios-sdk (1.2.1) --- .../1.2.1/google-plus-ios-sdk.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 google-plus-ios-sdk/1.2.1/google-plus-ios-sdk.podspec diff --git a/google-plus-ios-sdk/1.2.1/google-plus-ios-sdk.podspec b/google-plus-ios-sdk/1.2.1/google-plus-ios-sdk.podspec new file mode 100644 index 00000000..f42cda91 --- /dev/null +++ b/google-plus-ios-sdk/1.2.1/google-plus-ios-sdk.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = "google-plus-ios-sdk" + s.version = "1.2.1" + s.summary = "Google+ Platform for iOS." + s.description = "Create a more engaging experience and connect with more users by integrating social into your app. Extend your app in new and creative ways using these Google+ platform features." + s.homepage = "https://developers.google.com/+/mobile/ios/getting-started" + s.license = { + :type => 'Copyright', + :text => 'Copyright 2013 Google Inc.' + } + s.author = 'Google Inc.' + s.source = { :http => "https://developers.google.com/+/mobile/ios/sdk/google-plus-ios-sdk-1.2.1.zip" } + s.platform = :ios + s.source_files = 'google-plus-ios-sdk-1.2.1/lib/*.{h}', 'google-plus-ios-sdk-1.2.1/OpenSource/**/*.{h,m}' + s.resource = 'google-plus-ios-sdk-1.2.1/Resources/*.png' + s.preserve_paths = 'google-plus-ios-sdk-1.2.1/lib/libGooglePlusUniversal.a' + s.library = 'GooglePlusUniversal' + s.framework = 'Security', 'SystemConfiguration' + s.requires_arc = false + s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/google-plus-ios-sdk/google-plus-ios-sdk-1.2.1/lib"' } +end