We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c6ba6 commit cfb944dCopy full SHA for cfb944d
Storage.podspec
@@ -1,14 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = "storage"
3
- s.version = "1.0.1"
+ s.version = "1.0.2"
4
s.summary = "Elegant way to store data in Swift"
5
- s.homepage = "https://github.com/siam-biswas/Storage"
+ s.homepage = "https://github.com/siam-biswas/storage"
6
s.license = { :type => "MIT" }
7
s.authors = { "Siam Biswas" => "[email protected]" }
8
9
s.requires_arc = true
10
s.swift_version = "4.2"
11
s.ios.deployment_target = "8.0"
12
- s.source = { :git => "https://github.com/siam-biswas/Storage.git", :tag => s.version }
+ s.source = { :git => "https://github.com/siam-biswas/storage.git", :tag => s.version }
13
s.source_files = "Source/Storage/*.swift"
14
end
0 commit comments