Skip to content

Commit

Permalink
Removed GitHub warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Jun 29, 2012
1 parent 0e91086 commit 1229786
Show file tree
Hide file tree
Showing 130 changed files with 129 additions and 131 deletions.
2 changes: 1 addition & 1 deletion AKSemanticView/0.0.1/AKSemanticView.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'A UIView category aimed at referencing common attributes a little less robotically.'
s.homepage = 'https://github.com/indiebrain/AKSemanticView'
s.author = { 'Aaron Kuehler' => 'aaron.kuehler@gmail.com' }
s.source = { :git => 'https://indiebrain@github.com/indiebrain/AKSemanticView.git', :tag => '0.0.1' }
s.source = { :git => 'https://github.com/indiebrain/AKSemanticView.git', :tag => '0.0.1' }
s.description = 'An optional longer description of AKSemanticView.'

s.source_files = 'AKSemanticView/src/**/*.{h,m}'
Expand Down
2 changes: 1 addition & 1 deletion AQGridView/1.2/AQGridView.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'A grid view for iPhone/iPad, designed to look similar to NSCollectionView.'
s.homepage = 'https://github.com/AlanQuatermain/AQGridView'
s.author = { 'Alan Quatermain' => 'jimdovey@mac.com' }
s.source = { :git => 'git://github.com/AlanQuatermain/AQGridView.git', :commit => 'f6c5589a6dabfff693fc7def7342327b9b0df3f9' }
s.source = { :git => 'https://github.com/AlanQuatermain/AQGridView.git', :commit => 'f6c5589a6dabfff693fc7def7342327b9b0df3f9' }
s.platform = :ios
s.requires_arc = true
s.source_files = 'Classes'
Expand Down
2 changes: 1 addition & 1 deletion ATMHud/0.0.1/ATMHud.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
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 => 'git://github.com/atomton/ATMHud.git', :commit => 'fc79fed7268362c744de5470169db0a381866ad7' }
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'
Expand Down
2 changes: 1 addition & 1 deletion AZSocketIO/0.0.1/AZSocketIO.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'A socket.io client for objective-c. Cocoapods-friendly. Appledocs. Built of AFNetworking and SocketRocket. Websockets + XHR.'
s.homepage = 'https://github.com/pashields/AZSocketIO'
s.authors = {'Patrick Shields' => 'patrick.m.shields@gmail.com'}
s.source = { :git => 'git://github.com/pashields/AZSocketIO.git', :tag => 'v0.0.1' }
s.source = { :git => 'https://github.com/pashields/AZSocketIO.git', :tag => 'v0.0.1' }
s.source_files = 'AZSocketIO/*.{h,m}', 'AZSocketIO/Protocols/*.{h,m}', 'AZSocketIO/Transports/*.{h,m}'
s.dependency 'SocketRocket'
s.dependency 'AFNetworking'
Expand Down
2 changes: 1 addition & 1 deletion ActionSheetPicker/0.0.1/ActionSheetPicker.podspec
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
'Mark van den Broek' => 'http://github.com/heyhoo',
'Evan Cordell' => 'http://github.com/ecordell',
'Greg Combs' => 'http://github.com/grgcombs' }
s.source = { :git => 'git://github.com/TimCinel/ActionSheetPicker.git', :commit => '5937d2f6ffd800c57be2b397acfd1dc15d61f860' }
s.source = { :git => 'https://github.com/TimCinel/ActionSheetPicker.git', :commit => '5937d2f6ffd800c57be2b397acfd1dc15d61f860' }
s.platform = :ios
s.source_files = 'ActionSheetPicker.h', 'Pickers/*.{h,m}'

Expand Down
2 changes: 1 addition & 1 deletion Appirater/0.0.1/Appirater.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = "A utility that reminds your iPhone app's users to review the app."
s.homepage = 'http://arashpayan.com/blog/2009/09/07/presenting-appirater/'
s.author = { 'Arash Payan' => 'arash.payan@gmail.com' }
s.source = { :git => 'git://github.com/arashpayan/appirater.git', :commit => '0f3776a47b17bd4f6cbee0ad02c9450869d26c42' }
s.source = { :git => 'https://github.com/arashpayan/appirater.git', :commit => '0f3776a47b17bd4f6cbee0ad02c9450869d26c42' }
s.source_files = '*.{h,m}'
s.frameworks = 'CFNetwork', 'SystemConfiguration'
end
2 changes: 1 addition & 1 deletion Appirater/0.0.2/Appirater.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = "A utility that reminds your iPhone app's users to review the app."
s.homepage = 'http://arashpayan.com/blog/2009/09/07/presenting-appirater/'
s.author = { 'Arash Payan' => 'arash.payan@gmail.com' }
s.source = { :git => 'git://github.com/mk/appirater.git', :tag => '0.0.2' }
s.source = { :git => 'https://github.com/mk/appirater.git', :tag => '0.0.2' }
s.source_files = '*.{h,m}'
s.frameworks = 'CFNetwork', 'SystemConfiguration'
s.resource = 'Appirater.bundle'
Expand Down
2 changes: 1 addition & 1 deletion BSONCodec/0.0.1/BSONCodec.podspec
Expand Up @@ -10,7 +10,7 @@ other documents and arrays.
DESC
s.homepage = 'https://github.com/martinkou/bson-objc'
s.author = { 'Martin Kou' => 'martinkou@tixxme.com' }
s.source = { :git => 'git://github.com/martinkou/bson-objc.git',
s.source = { :git => 'https://github.com/martinkou/bson-objc.git',
:commit => '38ab9edcabec805a2a2f57bbee1540824138e3d5' }
s.source_files = 'BSONCodec.{h,m}'
end
2 changes: 1 addition & 1 deletion CTidy/0.1.0/CTidy.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = "libtidy Objective-C wrapper."
s.homepage = 'https://github.com/siuying/CTidy'
s.author = { 'Francis Chong' => 'francis@ignition.hk' }
s.source = { :git => 'git://github.com/siuying/CTidy.git', :tag => '0.1.0' }
s.source = { :git => 'https://github.com/siuying/CTidy.git', :tag => '0.1.0' }
s.source_files = 'CTidy/CTidy.{h,m}'
s.library = 'tidy'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '/usr/include/tidy' }
Expand Down
2 changes: 1 addition & 1 deletion CTidy/0.2.0/CTidy.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = "libtidy Objective-C wrapper."
s.homepage = 'https://github.com/siuying/CTidy'
s.author = { 'Francis Chong' => 'francis@ignition.hk' }
s.source = { :git => 'git://github.com/siuying/CTidy.git', :tag => '0.2.0' }
s.source = { :git => 'https://github.com/siuying/CTidy.git', :tag => '0.2.0' }
s.source_files = 'CTidy/CTidy.{h,m}'
s.library = 'tidy'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '/usr/include/tidy' }
Expand Down
2 changes: 1 addition & 1 deletion Cedar/0.0.1/Cedar.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'BDD-style testing using Objective-C.'
s.homepage = 'https://github.com/pivotal/cedar'
s.author = { 'Pivotal Labs' => 'http://pivotallabs.com' }
s.source = { :git => 'git://github.com/pivotal/cedar.git', :commit => '0a87b32d104b388ecc824088e17d64e05e85f8fd' }
s.source = { :git => 'https://github.com/pivotal/cedar.git', :commit => '0a87b32d104b388ecc824088e17d64e05e85f8fd' }

files = FileList['Source/**/*.{h,m}']
if config.ios?
Expand Down
2 changes: 1 addition & 1 deletion ClassMapper/0.0.1/ClassMapper.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.author = { 'Pat Shields' => 'yeoldefortran@gmail.com' }
s.homepage = 'https://github.com/pashields/ClassMapper'

s.source = { :git => 'git://github.com/pashields/ClassMapper.git', :tag => 'v0.0.1' }
s.source = { :git => 'https://github.com/pashields/ClassMapper.git', :tag => 'v0.0.1' }

s.platform = :ios

Expand Down
2 changes: 1 addition & 1 deletion CocoaAsyncSocket/0.0.1/CocoaAsyncSocket.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/robbiehanson/CocoaAsyncSocket'
s.authors = 'Dustin Voss', { 'Robbie Hanson' => 'robbiehanson@deusty.com' }

s.source = { :git => 'git://github.com/robbiehanson/CocoaAsyncSocket.git' }
s.source = { :git => 'https://github.com/robbiehanson/CocoaAsyncSocket.git' }

s.description = 'CocoaAsyncSocket supports TCP and UDP. The AsyncSocket class is for TCP, and the AsyncUdpSocket class is for UDP. ' \
'AsyncSocket is a TCP/IP socket networking library that wraps CFSocket and CFStream. It offers asynchronous ' \
Expand Down
2 changes: 1 addition & 1 deletion CocoaSoundCloudAPI/1.0.0/CocoaSoundCloudAPI.podspec
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
'Tobias Kräntzer' => 'tk@soundcloud.com' }


s.source = { :git => 'git://github.com/soundcloud/CocoaSoundCloudAPI.git', :tag => 'v1.0' }
s.source = { :git => 'https://github.com/soundcloud/CocoaSoundCloudAPI.git', :tag => 'v1.0' }

s.source_files = 'Sources', 'Sources/**/*.{h,m}'

Expand Down
2 changes: 1 addition & 1 deletion CocoaSoundCloudUI/1.0.0/CocoaSoundCloudUI.podspec
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
'Robert Böhnke' => 'robb@soundcloud.com',
'Tobias Kräntzer' => 'tk@soundcloud.com' }

s.source = { :git => 'git://github.com/soundcloud/CocoaSoundCloudUI.git', :tag => 'v1.0' }
s.source = { :git => 'https://github.com/soundcloud/CocoaSoundCloudUI.git', :tag => 'v1.0' }

s.platform = :ios

Expand Down
2 changes: 1 addition & 1 deletion CoconutKit/1.1.4/CoconutKit.podspec
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.platform = :ios

s.source = { :git => 'git://github.com/defagos/CoconutKit-binaries.git', :tag => '1.1.4' }
s.source = { :git => 'https://github.com/defagos/CoconutKit-binaries.git', :tag => '1.1.4' }

s.source_files = 'empty.m'
s.resources = 'CoconutKit-resources.bundle'
Expand Down
2 changes: 1 addition & 1 deletion ConciseKit/0.1.0/ConciseKit.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'http://github.com/petejkim/ConciseKit'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'http://github.com/petejkim/ConciseKit.git', :tag => 'v0.1.0' }
s.source = { :git => 'https://github.com/petejkim/ConciseKit.git', :tag => 'v0.1.0' }

s.source_files = 'src/**/*.{h,m}'

Expand Down
2 changes: 1 addition & 1 deletion ConciseKit/0.1.1/ConciseKit.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'http://github.com/petejkim/ConciseKit'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'http://github.com/petejkim/ConciseKit.git', :tag => 'v0.1.1' }
s.source = { :git => 'https://github.com/petejkim/ConciseKit.git', :tag => 'v0.1.1' }

s.source_files = 'src/**/*.{h,m}'

Expand Down
2 changes: 1 addition & 1 deletion ConciseKit/0.1.2/ConciseKit.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'http://github.com/petejkim/ConciseKit'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'http://github.com/petejkim/ConciseKit.git', :tag => 'v0.1.2' }
s.source = { :git => 'https://github.com/petejkim/ConciseKit.git', :tag => 'v0.1.2' }

s.source_files = 'src/**/*.{h,m}'

Expand Down
2 changes: 1 addition & 1 deletion CustomBadge/2.0/CustomBadge.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'Draws a typical iOS badge indicator with a custom text on any view.'
s.homepage = 'http://www.spaulus.com/2011/04/custombadge-2-0-retina-ready-scalable-light-reflex/?lang=en'
s.author = { 'Sascha Paulus' => 'open@spaulus.com' }
s.source = { :git => 'http://github.com/ckteebe/CustomBadge.git', :commit => '3e6eed7bdb3e5faa02f79a9d81b0b11316d44a2e' }
s.source = { :git => 'https://github.com/ckteebe/CustomBadge.git', :commit => '3e6eed7bdb3e5faa02f79a9d81b0b11316d44a2e' }
s.platform = :ios
s.source_files = 'Classes/CustomBadge.{h,m}'
s.clean_path = '*.{xcodeproj,plist,xib,pch}', 'main.m', 'Classes/*AppDelegate.{h,m}', 'Classes/*ViewController.{h,m}'
Expand Down
2 changes: 1 addition & 1 deletion DCIntrospect/0.0.1/DCIntrospect.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'Introspect is small set of tools for iOS that aid in debugging user interfaces built with UIKit.'
s.homepage = 'https://github.com/domesticcatsoftware/DCIntrospect'
s.author = { 'Patrick Richards' => 'contact@domesticcat.com.au' }
s.source = { :git => 'git://github.com/domesticcatsoftware/DCIntrospect.git', :commit => "3ef2c10710f007b6d699c2a0b996ce1e3a79bde0" }
s.source = { :git => 'https://github.com/domesticcatsoftware/DCIntrospect.git', :commit => "3ef2c10710f007b6d699c2a0b996ce1e3a79bde0" }
s.source_files = 'DCIntrospect'
s.frameworks = 'QuartzCore'

Expand Down
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/dchohfi/KeyValueObjectMapping'
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }

s.source = { :git => 'http://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.0.0' }
s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.0.0' }
s.source_files = 'KeyValueObjectMapping'

s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion DDPageControl/0.1/DDPageControl.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/ddeville/DDPageControl'
s.author = { 'Damien DeVille' => 'damien@realmacsoftware.com' }

s.source = { :git => 'git://github.com/ddeville/DDPageControl.git', :tag => '0.1' }
s.source = { :git => 'https://github.com/ddeville/DDPageControl.git', :tag => '0.1' }
s.description = 'DDPageControl redefines exactly every property and methods available in UIPageControl. Using DDPageControl without customization will actually lead exactly to a UIPageControl. However, the power of DDPageControl is that you can set some additional properties that will affect the way the look and feel of the page controls.'

s.platform = :ios
Expand Down
2 changes: 1 addition & 1 deletion DejalActivityView/1.0/DejalActivityView.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = '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 => 'git://github.com/Dejal/DejalActivityView.git', :tag => '1.0' }
s.source = { :git => 'https://github.com/Dejal/DejalActivityView.git', :tag => '1.0' }
s.platform = :ios
s.source_files = 'DejalActivityView.{h,m}'

Expand Down
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'ECSlidingViewController is a view controller container that presents its child view controllers in two layers. It provides functionality for sliding the top view to reveal the views underneath it. This functionality is inspired by the Path 2.0 and Facebook iPhone apps.'
s.homepage = 'https://github.com/edgecase/ecslidingviewcontroller'
s.author = { 'Mike Enriquez' => 'mike@edgecase.com' }
s.source = { :git => 'git://github.com/edgecase/ECSlidingViewController.git', :tag => '0.9.0' }
s.source = { :git => 'https://github.com/edgecase/ECSlidingViewController.git', :tag => '0.9.0' }
s.platform = :ios
s.source_files = 'ECSlidingViewController/Vendor/ECSlidingViewController/'

Expand Down
2 changes: 1 addition & 1 deletion EGOImageLoading/0.0.1/EGOImageLoading.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.summary = 'What if images on the iPhone were as easy as HTML?'
s.homepage = 'https://github.com/enormego/EGOImageLoading'
s.author = 'Shaun Harrison'
s.source = { :git => 'git://github.com/enormego/EGOImageLoading.git',
s.source = { :git => 'https://github.com/enormego/EGOImageLoading.git',
:commit => '9a3fa6b657c6b8217a24ff87c1fe4f670401f3bd' }

s.source_files = 'EGO*/*.{h,m}'
Expand Down
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'This category implements some basic methods to modify the dimensions of a given UILabel.'
s.homepage = 'https://github.com/edgarschmidt/ESAdjustableLabel-Category'
s.author = { 'Edgar Schmidt' => 'https://github.com/edgarschmidt' }
s.source = { :git => 'https://github.com/edgarschmidt/ESAdjustableLabel-Category', :commit => 'febfd4d4e3d18f6dfac0637449bdb13a3c89fc04' }
s.source = { :git => 'https://github.com/edgarschmidt/ESAdjustableLabel-Category.git', :commit => 'febfd4d4e3d18f6dfac0637449bdb13a3c89fc04' }
s.platform = :ios
s.source_files = 'ESAdjustableLabel/UILabel+ESAdjustableLabel.{h,m}'

Expand Down
2 changes: 1 addition & 1 deletion Expecta/0.1.0/Expecta.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'http://github.com/petejkim/expecta'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'http://github.com/petejkim/expecta.git', :tag => 'v0.1.0' }
s.source = { :git => 'https://github.com/petejkim/expecta.git', :tag => 'v0.1.0' }

s.description = %{
Expecta is a matcher framework for Objective-C and Cocoa. The main
Expand Down
2 changes: 1 addition & 1 deletion Expecta/0.1.1/Expecta.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'http://github.com/petejkim/expecta'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'http://github.com/petejkim/expecta.git', :tag => 'v0.1.1' }
s.source = { :git => 'https://github.com/petejkim/expecta.git', :tag => 'v0.1.1' }

s.description = %{
Expecta is a matcher framework for Objective-C and Cocoa. The main
Expand Down
2 changes: 1 addition & 1 deletion Expecta/0.1.2/Expecta.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'http://github.com/petejkim/expecta'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'http://github.com/petejkim/expecta.git', :tag => 'v0.1.2' }
s.source = { :git => 'https://github.com/petejkim/expecta.git', :tag => 'v0.1.2' }

s.description = %{
Expecta is a matcher framework for Objective-C and Cocoa. The main
Expand Down
2 changes: 1 addition & 1 deletion Expecta/0.1.3/Expecta.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'http://github.com/petejkim/expecta'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'http://github.com/petejkim/expecta.git', :tag => 'v0.1.3' }
s.source = { :git => 'https://github.com/petejkim/expecta.git', :tag => 'v0.1.3' }

s.description = %{
Expecta is a matcher framework for Objective-C and Cocoa. The main
Expand Down
2 changes: 1 addition & 1 deletion Expecta/0.2.0/Expecta.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'http://github.com/petejkim/expecta'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'http://github.com/petejkim/expecta.git', :tag => 'v0.2.0' }
s.source = { :git => 'https://github.com/petejkim/expecta.git', :tag => 'v0.2.0' }

s.description = %{
Expecta is a matcher framework for Objective-C and Cocoa. The main
Expand Down
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/weissi/FRLayeredNavigationController'
s.author = { 'Johannes Weiß' => 'weiss@tux4u.de' }

s.source = { :git => 'git://github.com/weissi/FRLayeredNavigationController.git', :tag => 'v0.3' }
s.source = { :git => 'https://github.com/weissi/FRLayeredNavigationController.git', :tag => 'v0.3' }

s.description = 'FRLayeredNavigationController gives iPad developers a simple drop-in replacement for UINavigationController for great UIs. It is a view controller compositor which enables you to develop -- as we think -- great iPad apps. Influenced by the UI of the Twitter and Soundcloud iPad apps.'

Expand Down
2 changes: 1 addition & 1 deletion FontLabel/0.0.1/FontLabel.podspec
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.authors = {
'Zynga, Inc.' => 'http://code.zynga.com'
}
s.source = { :git => 'git://github.com/zynga/FontLabel.git', :commit => "2fe3721146b9607a1154823fc98c4cb003551557"}
s.source = { :git => 'https://github.com/zynga/FontLabel.git', :commit => "2fe3721146b9607a1154823fc98c4cb003551557"}
s.source_files = 'FontLabel/Classes/FontLabel/*.{h,m}'

end
2 changes: 1 addition & 1 deletion FrameAccessor/1.0.0/FrameAccessor.podspec
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
view.width = 167;
}
s.author = { 'Alex Denisov' => '1101.debian@gmail.com' }
s.source = { :git => 'git://github.com/AlexDenisov/FrameAccessor.git', :tag => '1.0.0'}
s.source = { :git => 'https://github.com/AlexDenisov/FrameAccessor.git', :tag => '1.0.0'}
s.platform = :ios
s.source_files = 'UIView+FrameAccessor.{h,m}'
end
2 changes: 1 addition & 1 deletion GCCommonCode-iOS/0.0.1/GCCommonCode-iOS.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'GUI Cocoa iOS Common Code Library.'
s.homepage = 'http://guicocoa.com'
s.author = {'GUI Cocoa, LLC.' => 'caleb@guicocoa.com'}
s.source = { :git => 'git://github.com/guicocoa/common-code-ios.git', :commit => '772798cf1f4353e0944005b98aef3508908035d5'}
s.source = { :git => 'https://github.com/guicocoa/common-code-ios.git', :commit => '772798cf1f4353e0944005b98aef3508908035d5'}
s.source_files = '*.{h,m}'
s.framework = 'CoreData', 'CoreLocation'
end
2 changes: 1 addition & 1 deletion GPUImage/0.0.1/GPUImage.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.summary = 'OpenGL ES 2-based image and real-time camera filters for iOS.'
s.homepage = 'https://github.com/BradLarson/GPUImage'
s.author = { 'Brad Larson' => 'contact@sunsetlakesoftware.com' }
s.source = { :git => 'git://github.com/BradLarson/GPUImage.git', :commit => 'd84a7020c7' }
s.source = { :git => 'https://github.com/BradLarson/GPUImage.git', :commit => 'd84a7020c7' }
s.source_files = 'framework/Source/**/*.{h,m}'
s.frameworks = ['OpenGLES', 'CoreVideo', 'CoreMedia', 'QuartzCore', 'AVFoundation']

Expand Down
2 changes: 1 addition & 1 deletion HTTPRiot/0.6.1/HTTPRiot.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/ognen/httpriot'

s.author = { 'Ognen Ivanovski' => '' }
s.source = { :git => 'git://github.com/ognen/httpriot.git', :tag => 'v0.6.11'}
s.source = { :git => 'https://github.com/ognen/httpriot.git', :tag => 'v0.6.11'}
s.platform = :ios

s.source_files = 'Source/HTTPRiot/*.{h,m}',
Expand Down
2 changes: 1 addition & 1 deletion Hoptoad-iOS/3.1.0/Hoptoad-iOS.podspec
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = "A Hoptoad Notifier for iOS."
s.homepage = 'http://airbrake.io/pages/ios-notifier'
s.author = {'GUI Cocoa, LLC.' => 'caleb@guicocoa.com'}
s.source = { :git => 'git://github.com/guicocoa/hoptoad-ios.git', :tag => '3.1.0' }
s.source = { :git => 'https://github.com/guicocoa/hoptoad-ios.git', :tag => '3.1.0' }
s.source_files = 'Airbrake/notifier/*.{h,m}'
s.resources = 'Airbrake/notifier/ABNotifier.bundle'
s.frameworks = 'SystemConfiguration'
Expand Down

0 comments on commit 1229786

Please sign in to comment.