Skip to content

Commit e494ad8

Browse files
author
Fabian Buentello
committed
update podspec
1 parent 9e14960 commit e494ad8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cely.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |spec|
22
spec.swift_version = '5.0'
33
spec.name = 'Cely'
4-
spec.version = '2.1.2'
4+
spec.version = '2.1.3'
55
spec.license = { :type => "MIT", :file => "LICENSE" }
66
spec.summary = 'Cely’s goal is to add a login system into your app in under 30 seconds!'
7-
spec.homepage = 'https://github.com/initFabian/Cely'
7+
spec.homepage = 'https://github.com/cely-tools/Cely'
88
spec.social_media_url = 'https://twitter.com/initfabian'
99
spec.authors = { "Fabian Buentello" => "[email protected]" }
10-
spec.source = { :git => "https://github.com/initFabian/Cely.git", :tag => spec.version.to_s }
10+
spec.source = { :git => "https://github.com/cely-tools/Cely.git", :tag => spec.version.to_s }
1111
spec.platforms = { :ios => "10.3" }
1212
spec.requires_arc = true
1313

0 commit comments

Comments
 (0)