Skip to content

Commit cfb944d

Browse files
author
siam_biswas
committed
Update Storage.podspec
1 parent b7c6ba6 commit cfb944d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Storage.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "storage"
3-
s.version = "1.0.1"
3+
s.version = "1.0.2"
44
s.summary = "Elegant way to store data in Swift"
5-
s.homepage = "https://github.com/siam-biswas/Storage"
5+
s.homepage = "https://github.com/siam-biswas/storage"
66
s.license = { :type => "MIT" }
77
s.authors = { "Siam Biswas" => "[email protected]" }
88

99
s.requires_arc = true
1010
s.swift_version = "4.2"
1111
s.ios.deployment_target = "8.0"
12-
s.source = { :git => "https://github.com/siam-biswas/Storage.git", :tag => s.version }
12+
s.source = { :git => "https://github.com/siam-biswas/storage.git", :tag => s.version }
1313
s.source_files = "Source/Storage/*.swift"
1414
end

0 commit comments

Comments
 (0)