Merge branch 'master' of github.com:CocoaPods/Specs

This commit is contained in:
Juan J. Collas
2013-03-07 10:49:57 -05:00
10 changed files with 183 additions and 0 deletions
+10
View File
@@ -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
+19
View File
@@ -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
@@ -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
@@ -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
+17
View File
@@ -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
+21
View File
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'NyaruDB'
s.version = '1.2'
s.summary = 'A simple NoSQL database(key-document).'
s.homepage = 'https://github.com/Kelp404/NyaruDB'
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/NyaruDB/**/*.{h,m}'
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
end
end
+29
View File
@@ -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
+18
View File
@@ -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
+14
View File
@@ -0,0 +1,14 @@
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.source_files = 'RaptureXML/*'
s.libraries = 'z', 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
s.requires_arc = true
end
@@ -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