Skip to content

Commit

Permalink
Using https for PodSpec.
Browse files Browse the repository at this point in the history
  • Loading branch information
irvifa committed Apr 30, 2020
1 parent c2a381f commit ef79040
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions File.swift

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020 Irvi Firqotul Aini <[email protected]>
Copyright (c) 2020 Irvi Aini <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion PlanOutSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Pod::Spec.new do |spec|
}
spec.platform = :ios, "9.3"
spec.swift_version = "5.0"
spec.source = { :git => "git@github.com:irvifa/PlanOutSwift.git", :tag => "#{spec.version}" }
spec.source = { :git => "https://github.com/irvifa/PlanOutSwift.git", :tag => 'v' + spec.version.to_s }
spec.source_files = "Source/**/*.swift"
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pod 'PlanOutSwift'

## Author

Irvi Firqotul Aini, [email protected]
Irvi Aini, [email protected]

## License

Expand Down

0 comments on commit ef79040

Please sign in to comment.