File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . swift_version = '5.0'
3
3
spec . name = 'Cely'
4
- spec . version = '2.1.2 '
4
+ spec . version = '2.1.3 '
5
5
spec . license = { :type => "MIT" , :file => "LICENSE" }
6
6
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'
8
8
spec . social_media_url = 'https://twitter.com/initfabian'
9
9
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 }
11
11
spec . platforms = { :ios => "10.3" }
12
12
spec . requires_arc = true
13
13
You can’t perform that action at this time.
0 commit comments