Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperblues committed Jul 17, 2012
2 parents ae2e51c + 5f4b4dc commit 4e2bd51
Show file tree
Hide file tree
Showing 19 changed files with 193 additions and 34 deletions.
13 changes: 13 additions & 0 deletions ABGetMe/1.0.0/ABGetMe.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "ABGetMe"
s.version = "1.0.0"
s.summary = "ABGetMe implementation for iOS using undocumented APIs (safely)."
s.description = "Find the address book card (ABRecordRef) of the owner of an iOS device."
s.homepage = "https://github.com/0xced/ABGetMe"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Cédric Luthi" => "cedric.luthi@gmail.com" }
s.source = { :git => "https://github.com/0xced/ABGetMe.git", :tag => "1.0.0" }
s.platform = :ios, '4.0'
s.source_files = 'ABGetMe'
s.requires_arc = true
end
2 changes: 1 addition & 1 deletion CocoaPods-version.yml
@@ -1,3 +1,3 @@
---
last: 0.8.0
last: 0.9.2
min: 0.6.0
16 changes: 16 additions & 0 deletions Dropbox-iOS-SDK/1.2.3/Dropbox-iOS-SDK.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "Dropbox-iOS-SDK"
s.version = "1.2.3"
s.summary = "The Dropbox SDK for iOS."
s.homepage = "https://www.dropbox.com/developers/reference/sdk"
s.author = 'Dropbox'
s.source = { :http => "https://www.dropbox.com/static/developers/dropbox-ios-sdk-1.2.3.zip" }
s.platform = :ios

files = FileList['dropbox-ios-sdk-1.2.3/DropboxSDK.framework/Headers/*.h']
s.source_files = files.dup.exclude(/\/JSON.h/)

s.license = { :type => 'Copyright', :file => 'dropbox-ios-sdk-1.2.3/LICENSE' }
s.frameworks = 'Security', 'QuartzCore', 'DropboxSDK'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/DropboxSDK.framework/Headers/*"' }
end
1 change: 1 addition & 0 deletions Facebook-iOS-SDK/3.0.5.b/Facebook-iOS-SDK.podspec
Expand Up @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/facebook/facebook-ios-sdk.git', :tag => 'sdk-version-3.0.5.b' }
s.source_files = 'src/*.{h,m}'
s.resource = 'src/FBiOSSDKResources.bundle'
s.library = 'sqlite3.0'

s.dependency 'SBJson', '2.2.3'
def s.post_install(target)
Expand Down
12 changes: 12 additions & 0 deletions InputToolbar/0.0.1/InputToolbar.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "InputToolbar"
s.version = "0.0.1"
s.summary = "Messages style input toolbar for iOS."
s.homepage = "https://github.com/brandonhamilton/inputtoolbar"
s.license = 'MIT'
s.author = { "Brandon Hamilton" => "brandon.hamilton@gmail.com" }
s.source = { :git => "https://github.com/brandonhamilton/inputtoolbar.git", :commit => "7bc1f2797070e3316ea8175f0dd2f05ba607f551"}
s.platform = :ios
s.source_files = 'UIInputToolbarSample/Classes/UIInputToolbar'
s.resources = "UIInputToolbarSample/Resources/*.png"
end
13 changes: 13 additions & 0 deletions JCDHTTPConnection/0.0.1/JCDHTTPConnection.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "JCDHTTPConnection"
s.version = "0.0.1"
s.summary = "Block-based NSURLConnection wrapper."
s.homepage = "https://github.com/jdriscoll/JCDHTTPConnection"
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { "Justin Driscoll" => "justin@driscolldev.com" }
s.source = { :git => "https://github.com/jdriscoll/JCDHTTPConnection.git", :commit => "183bade3939befd9c056b31a2614944f5efc9e2a" }
s.platform = :ios
s.source_files = 'Classes/JCDHTTPConnection.{h,m}'
s.clean_path = 'JCDHTTPConnectionExample'
s.requires_arc = true
end
Expand Up @@ -2,13 +2,13 @@ Pod::Spec.new do |s|
s.name = 'LibComponentLogging-Core'
s.version = '1.1.4'
s.license = 'MIT'
s.summary = 'Part of LibComponentLogging, which is a small open source logging library for Objective-C applications on Mac OS X and iOS.'
s.summary = 'Core files of LibComponentLogging, a small logging library for Objective-C on Mac OS X and iOS.'
s.homepage = 'http://0xc0.de/LibComponentLogging'
s.author = { 'Arne Harren' => 'ah@0xc0.de' }
s.source = { :git => 'https://github.com/aharren/LibComponentLogging-Core.git', :tag => '1.1.4' }
s.source = { :git => 'https://github.com/aharren/LibComponentLogging-Core.git',
:tag => '1.1.4' }

s.description = 'LibComponentLogging is a small open source logging library for Objective-C applications on Mac OS X and iPhone OS / iOS which provides conditional logging based on log levels and log components. Additionally, different logging strategies can be used, e.g. writing log messages to a file or sending them to the system log, while using the same logging interface.'
s.description = 'LibComponentLogging is a small logging library for Objective-C on Mac OS X and iOS which provides log levels, log components, and pluggable logging back-ends, e.g. writing log messages to a file, or sending them to the system log.'

s.source_files = 'lcl.{h,m}'
s.header_dir = 'LibComponentLogging'
end
Expand Up @@ -2,13 +2,13 @@ Pod::Spec.new do |s|
s.name = 'LibComponentLogging-Core'
s.version = '1.1.5'
s.license = 'MIT'
s.summary = 'Part of LibComponentLogging, which is a small open source logging library for Objective-C applications on Mac OS X and iOS.'
s.summary = 'Core files of LibComponentLogging, a small logging library for Objective-C on Mac OS X and iOS.'
s.homepage = 'http://0xc0.de/LibComponentLogging'
s.author = { 'Arne Harren' => 'ah@0xc0.de' }
s.source = { :git => 'https://github.com/aharren/LibComponentLogging-Core.git', :tag => '1.1.5' }
s.source = { :git => 'https://github.com/aharren/LibComponentLogging-Core.git',
:tag => '1.1.5' }

s.description = 'LibComponentLogging is a small logging library for Objective-C applications on Mac OS X and the iPhone OS which provides conditional logging based on log levels and log components. Additionally, different logging strategies can be used, e.g. writing log messages to a file or sending them to the system log, while using the same logging interface.'
s.description = 'LibComponentLogging is a small logging library for Objective-C on Mac OS X and iOS which provides log levels, log components, and pluggable logging back-ends, e.g. writing log messages to a file, or sending them to the system log.'

s.source_files = 'lcl.{h,m}'
s.header_dir = 'LibComponentLogging'
end
Expand Up @@ -2,13 +2,13 @@ Pod::Spec.new do |s|
s.name = 'LibComponentLogging-Core'
s.version = '1.1.6'
s.license = 'MIT'
s.summary = 'Part of LibComponentLogging, which is a small open source logging library for Objective-C applications on Mac OS X and iOS.'
s.summary = 'Core files of LibComponentLogging, a small logging library for Objective-C on Mac OS X and iOS.'
s.homepage = 'http://0xc0.de/LibComponentLogging'
s.author = { 'Arne Harren' => 'ah@0xc0.de' }
s.source = { :git => 'https://github.com/aharren/LibComponentLogging-Core.git', :tag => '1.1.6' }
s.source = { :git => 'https://github.com/aharren/LibComponentLogging-Core.git',
:tag => '1.1.6' }

s.description = 'LibComponentLogging is a small logging library for Objective-C applications on Mac OS X and the iPhone OS which provides conditional logging based on log levels and log components. Additionally, different logging strategies can be used, e.g. writing log messages to a file or sending them to the system log, while using the same logging interface.'
s.description = 'LibComponentLogging is a small logging library for Objective-C on Mac OS X and iOS which provides log levels, log components, and pluggable logging back-ends, e.g. writing log messages to a file, or sending them to the system log.'

s.source_files = 'lcl.{h,m}'
s.header_dir = 'LibComponentLogging'
end
14 changes: 14 additions & 0 deletions LibComponentLogging-Core/1.2.1/LibComponentLogging-Core.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'LibComponentLogging-Core'
s.version = '1.2.1'
s.license = 'MIT'
s.summary = 'Core files of LibComponentLogging, a small logging library for Objective-C on Mac OS X and iOS.'
s.homepage = 'http://0xc0.de/LibComponentLogging'
s.author = { 'Arne Harren' => 'ah@0xc0.de' }
s.source = { :git => 'https://github.com/aharren/LibComponentLogging-Core.git',
:tag => '1.2.1' }

s.description = 'LibComponentLogging is a small logging library for Objective-C on Mac OS X and iOS which provides log levels, log components, and pluggable logging back-ends, e.g. writing log messages to a file, or sending them to the system log.'

s.source_files = 'lcl.{h,m}'
end
14 changes: 14 additions & 0 deletions LibComponentLogging-Core/1.2.2/LibComponentLogging-Core.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'LibComponentLogging-Core'
s.version = '1.2.2'
s.license = 'MIT'
s.summary = 'Core files of LibComponentLogging, a small logging library for Objective-C on Mac OS X and iOS.'
s.homepage = 'http://0xc0.de/LibComponentLogging'
s.author = { 'Arne Harren' => 'ah@0xc0.de' }
s.source = { :git => 'https://github.com/aharren/LibComponentLogging-Core.git',
:tag => '1.2.2' }

s.description = 'LibComponentLogging is a small logging library for Objective-C on Mac OS X and iOS which provides log levels, log components, and pluggable logging back-ends, e.g. writing log messages to a file, or sending them to the system log.'

s.source_files = 'lcl.{h,m}'
end
16 changes: 16 additions & 0 deletions LibComponentLogging-qlog/1.0.3/LibComponentLogging-qlog.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'LibComponentLogging-qlog'
s.version = '1.0.3'
s.license = 'MIT'
s.summary = 'A set of quick logging macros for LibComponentLogging.'
s.homepage = 'http://0xc0.de/LibComponentLogging'
s.author = { 'Arne Harren' => 'ah@0xc0.de' }
s.source = { :git => 'https://github.com/aharren/LibComponentLogging-qlog.git',
:tag => '1.0.3' }

s.description = 'qlog is a small header file which defines a short logging macro for every log level of LibComponentLogging, e.g. qlerror() for error messages and qltrace() for trace messages. Additionally, all logging macros take the current log component from the ql_component preprocessor define which can be (re)defined in your application at a file-level, section-based, or global scope.'

s.source_files = 'qlog.h'

s.dependency 'LibComponentLogging-Core', '>= 1.1.6'
end
16 changes: 16 additions & 0 deletions LibComponentLogging-qlog/1.1.1/LibComponentLogging-qlog.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'LibComponentLogging-qlog'
s.version = '1.1.1'
s.license = 'MIT'
s.summary = 'A set of quick logging macros for LibComponentLogging.'
s.homepage = 'http://0xc0.de/LibComponentLogging'
s.author = { 'Arne Harren' => 'ah@0xc0.de' }
s.source = { :git => 'https://github.com/aharren/LibComponentLogging-qlog.git',
:tag => '1.1.1' }

s.description = 'qlog is a small header file which defines a short logging macro for every log level of LibComponentLogging, e.g. qlerror() for error messages and qltrace() for trace messages. Additionally, all logging macros take the current log component from the ql_component preprocessor define which can be (re)defined in your application at a file-level, section-based, or global scope.'

s.source_files = 'qlog.h'

s.dependency 'LibComponentLogging-Core', '>= 1.2.1'
end
19 changes: 19 additions & 0 deletions ODRefreshControl/0.0.1/ODRefreshControl.podspec
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'ODRefreshControl'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = "A pull down to refresh control like the one in Apple's iOS6 Mail App."
s.homepage = 'https://github.com/Sephiroth87/ODRefreshControl'
s.author = 'Sephiroth87'
s.source = { :git => 'https://github.com/Sephiroth87/ODRefreshControl.git', :commit => '464f80c793' }

s.description = 'ODRefreshControl is a "pull down to refresh" control for UIScrollView,' \
'like the one Apple introduced in iOS6, but available to anyone from iOS4 and up.'
s.platform = :ios

s.source_files = 'ODRefreshControl/ODRefreshControl*.{h,m}'
s.clean_path = 'Demo'
s.framework = 'QuartzCore'

s.requires_arc = true
end
25 changes: 25 additions & 0 deletions ObjectiveRecord/1.0/ObjectiveRecord.podspec
@@ -0,0 +1,25 @@
Pod::Spec.new do |s|
s.name = "ObjectiveRecord"
s.version = "1.0"
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',
:text => <<-LICENSE
Copyright (C) 2012 Marin Usalj | @mneorr | mneorr.com
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 = { "Marin Usalj" => "mneorr@gmail.com" }
s.source = { :git => "https://github.com/mneorr/Objective-Record.git", :tag => "1.0" }

s.source_files = 'ObjectiveRecord.h', 'src/**/*.{h,m}'
s.framework = 'CoreData'
s.requires_arc = true
end
3 changes: 1 addition & 2 deletions SSZipArchive/0.2.2/SSZipArchive.podspec
Expand Up @@ -6,9 +6,8 @@ Pod::Spec.new do |s|
s.author = { 'Sam Soffes' => 'sam@samsoff.es' }
s.source = { :git => 'https://github.com/samsoffes/ssziparchive.git', :tag => '0.2.2' }
s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.'
s.source_files = 'SSZipArchive.*', 'minizip/*.{h,c}'
s.source_files = 'SSZipArchive.{h,m}', 'minizip'
s.library = 'z'
s.preserve_paths = ['Tests', '.gitignore']
s.license = { :type => 'MIT', :file => 'LICENSE' }

# Maintain the dir structure for headers
Expand Down
33 changes: 17 additions & 16 deletions TapkuLibrary/2.1/TapkuLibrary.podspec
@@ -1,18 +1,19 @@
Pod::Spec.new do |s|
s.name = 'TapkuLibrary'
s.version = '2.1'
s.platform = :ios
s.author = { 'Devin Ross' => 'devin@devinsheaven.com' }
s.license = { :type => 'MIT', :file => 'License.txt' }
s.homepage = 'http://tapku.com/'
s.summary = 'tap + haiku = tapku, a well crafted open source iOS framework'
s.description = 'TapkuLibrary is an iOS library built on Cocoa and UIKit intended for broad ' \
'use in applications. If you\'re looking to see what the library can do, check ' \
'out the demo project included. Some major components include coverflow, calendar ' \
'grid, network requests and progress indicators.'
s.source = { :git => 'https://github.com/devinross/tapkulibrary.git', :tag => 'v2.1' }
s.requires_arc = true
s.source_files = 'src/TapkuLibrary/*.{h,m}'
s.resources = 'src/TapkuLibrary.bundle'
s.frameworks = 'MapKit', 'QuartzCore'
s.name = 'TapkuLibrary'
s.version = '2.1'
s.platform = :ios
s.author = { 'Devin Ross' => 'devin@devinsheaven.com' }
s.license = { :type => 'MIT', :file => 'License.txt' }
s.homepage = 'http://tapku.com/'
s.summary = 'tap + haiku = tapku, a well crafted open source iOS framework.'
s.description = 'TapkuLibrary is an iOS library built on Cocoa and UIKit intended for broad ' \
'use in applications. If you\'re looking to see what the library can do, check ' \
'out the demo project included. Some major components include coverflow, calendar ' \
'grid, network requests and progress indicators.'
s.source = { :git => 'https://github.com/devinross/tapkulibrary.git', :tag => 'v2.1' }
s.requires_arc = true
s.source_files = 'src/TapkuLibrary/*.{h,m}'
s.resources = 'src/TapkuLibrary.bundle'
s.frameworks = 'MapKit', 'QuartzCore'
s.compiler_flags = '-Wno-arc-performSelector-leaks'
end
1 change: 1 addition & 0 deletions TestFlightSDK/1.0/TestFlightSDK.podspec
Expand Up @@ -11,5 +11,6 @@ Pod::Spec.new do |s|
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
5 changes: 2 additions & 3 deletions ZipKit/0.0.1/ZipKit.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'ZipKit'
s.version = '0.0.1'
s.license = 'BSD'
s.license = { :type => 'BSD', :file => 'COPYING.TXT' }
s.summary = 'An Objective-C Zip framework for Mac OS X and iOS.'
s.homepage = 'https://bitbucket.org/kolpanic/zipkit/wiki/Home'
s.author = { 'Karl Moskowski' => 'kolpanic@voodooergonomics.com' }
Expand All @@ -16,11 +16,10 @@ Pod::Spec.new do |s|
"invoking object (e.g., a NSOperation or NSThread)."

files = FileList['**/*.{h,m}']
files.exclude(/Demo Projects/)
s.ios.source_files = files.dup.exclude(/GMAppleDouble/)
s.osx.source_files = files

s.clean_paths = 'ZipKit.{xcodeproj,lineform}', 'ZipKitFW-Info.plist', 'ZipKit_Prefix.pch', 'Demo Projects'

s.library = 'z'
s.osx.framework = 'CoreServices'
end

0 comments on commit 4e2bd51

Please sign in to comment.