diff --git a/File.swift b/File.swift deleted file mode 100644 index 28ab305..0000000 --- a/File.swift +++ /dev/null @@ -1,8 +0,0 @@ -// -// File.swift -// PlanOutSwift -// -// Created by irvi on 29/04/20. -// - -import Foundation diff --git a/LICENSE b/LICENSE index 70f135b..fabdc21 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020 Irvi Firqotul Aini +Copyright (c) 2020 Irvi Aini Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/PlanOutSwift.podspec b/PlanOutSwift.podspec index 694eb3a..db49379 100644 --- a/PlanOutSwift.podspec +++ b/PlanOutSwift.podspec @@ -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 diff --git a/README.md b/README.md index c37f240..edf48f1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pod 'PlanOutSwift' ## Author -Irvi Firqotul Aini, irvi.fa@gmail.com +Irvi Aini, irvi.fa@gmail.com ## License