Skip to content

Commit 715cbd6

Browse files
committed
Update URLs to new location on GitHub
PureLayout has moved from: https://github.com/smileyborg/PureLayout to: https://github.com/PureLayout/PureLayout This commit updates references to the old repository location with the new one.
1 parent ec7afc5 commit 715cbd6

65 files changed

Lines changed: 88 additions & 89 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PureLayout.podspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'PureLayout'
33
s.version = '3.0.0'
4-
s.homepage = 'https://github.com/smileyborg/PureLayout'
4+
s.homepage = 'https://github.com/PureLayout/PureLayout'
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
6-
s.author = { 'Tyler Fox' => '[email protected]' }
7-
s.social_media_url = 'https://twitter.com/smileyborg'
6+
s.author = 'Tyler Fox'
87
s.ios.deployment_target = '6.0'
98
s.osx.deployment_target = '10.7'
10-
s.source = { :git => 'https://github.com/smileyborg/PureLayout.git', :tag => 'v3.0.0' }
9+
s.source = { :git => 'https://github.com/PureLayout/PureLayout.git', :tag => 'v3.0.0' }
1110
s.source_files = 'PureLayout/PureLayout'
1211
s.requires_arc = true
1312
s.summary = 'The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. Objective-C and Swift compatible.'

PureLayout/Example-Mac/ALMacAppDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureLayout Example-Mac
44
//
55
// Copyright (c) 2014-2015 Tyler Fox
6-
// https://github.com/smileyborg/PureLayout
6+
// https://github.com/PureLayout/PureLayout
77
//
88

99
#import <Cocoa/Cocoa.h>

PureLayout/Example-Mac/ALMacAppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureLayout Example-Mac
44
//
55
// Copyright (c) 2014-2015 Tyler Fox
6-
// https://github.com/smileyborg/PureLayout
6+
// https://github.com/PureLayout/PureLayout
77
//
88

99
#import "ALMacAppDelegate.h"

PureLayout/Example-Mac/ALMacViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureLayout Example-Mac
44
//
55
// Copyright (c) 2014-2015 Tyler Fox
6-
// https://github.com/smileyborg/PureLayout
6+
// https://github.com/PureLayout/PureLayout
77
//
88

99
#import <Cocoa/Cocoa.h>

PureLayout/Example-Mac/ALMacViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureLayout Example-Mac
44
//
55
// Copyright (c) 2014-2015 Tyler Fox
6-
// https://github.com/smileyborg/PureLayout
6+
// https://github.com/PureLayout/PureLayout
77
//
88

99
#import "ALMacViewController.h"

PureLayout/Example-Mac/main.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureLayout Example-Mac
44
//
55
// Copyright (c) 2014-2015 Tyler Fox
6-
// https://github.com/smileyborg/PureLayout
6+
// https://github.com/PureLayout/PureLayout
77
//
88

99
#import <Cocoa/Cocoa.h>

PureLayout/Example-iOS/ALiOSAppDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureLayout Example-iOS
44
//
55
// Copyright (c) 2014-2015 Tyler Fox
6-
// https://github.com/smileyborg/PureLayout
6+
// https://github.com/PureLayout/PureLayout
77
//
88

99
#import <UIKit/UIKit.h>

PureLayout/Example-iOS/ALiOSAppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureLayout Example-iOS
44
//
55
// Copyright (c) 2014-2015 Tyler Fox
6-
// https://github.com/smileyborg/PureLayout
6+
// https://github.com/PureLayout/PureLayout
77
//
88

99
#import "ALiOSAppDelegate.h"

PureLayout/Example-iOS/ALiOSDemoListController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureLayout Example-iOS
44
//
55
// Copyright (c) 2014-2015 Tyler Fox
6-
// https://github.com/smileyborg/PureLayout
6+
// https://github.com/PureLayout/PureLayout
77
//
88

99
#import <UIKit/UIKit.h>

PureLayout/Example-iOS/ALiOSDemoListController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PureLayout Example-iOS
44
//
55
// Copyright (c) 2014-2015 Tyler Fox
6-
// https://github.com/smileyborg/PureLayout
6+
// https://github.com/PureLayout/PureLayout
77
//
88

99
#import "ALiOSDemoListController.h"

0 commit comments

Comments
 (0)