Skip to content

Commit ef79040

Browse files
committed
Using https for PodSpec.
1 parent c2a381f commit ef79040

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

File.swift

-8
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 Irvi Firqotul Aini <[email protected]>
1+
Copyright (c) 2020 Irvi Aini <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

PlanOutSwift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Pod::Spec.new do |spec|
1212
}
1313
spec.platform = :ios, "9.3"
1414
spec.swift_version = "5.0"
15-
spec.source = { :git => "git@github.com:irvifa/PlanOutSwift.git", :tag => "#{spec.version}" }
15+
spec.source = { :git => "https://github.com/irvifa/PlanOutSwift.git", :tag => 'v' + spec.version.to_s }
1616
spec.source_files = "Source/**/*.swift"
1717
end

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pod 'PlanOutSwift'
2222

2323
## Author
2424

25-
Irvi Firqotul Aini, [email protected]
25+
2626

2727
## License
2828

0 commit comments

Comments
 (0)