Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 4004a96

Browse files
committed
Update podspec.
1 parent f216d58 commit 4004a96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SimpleAuth.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Pod::Spec.new do |s|
22
s.name = 'SimpleAuth'
33
s.version = '0.3.0'
44
s.summary = 'Simple social authentication for iOS.'
5-
s.homepage = 'https://github.com/SimpleAuth/SimpleAuth'
5+
s.homepage = 'https://github.com/calebd/SimpleAuth'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
7-
s.author = { 'Caleb Davenport' => 'caleb@seesaw.co' }
8-
s.source = { :git => 'https://github.com/SimpleAuth/SimpleAuth.git', :tag => "v#{s.version}" }
7+
s.author = { 'Caleb Davenport' => 'calebmdavenport@gmail.com' }
8+
s.source = { :git => 'https://github.com/calebd/SimpleAuth.git', :tag => "v#{s.version}" }
99
s.requires_arc = true
1010
s.platform = :ios, '6.0'
1111

0 commit comments

Comments
 (0)