We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482dbcc commit 94ced5fCopy full SHA for 94ced5f
AssetLib.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
16
#
17
18
spec.name = "AssetLib"
19
- spec.version = "0.0.1"
+ spec.version = "0.1.0"
20
spec.summary = "Build and Parse Asset Catalogs in Swift."
21
22
# This description is used to generate tags and improve search results.
@@ -80,7 +80,7 @@ Pod::Spec.new do |spec|
80
# Supports git, hg, bzr, svn and HTTP.
81
82
83
- spec.source = { :git => "https://github.com/brightdigit/AssetLib.git", :tag => "0.0.1" }
+ spec.source = { :git => "https://github.com/brightdigit/AssetLib.git", :tag => "0.1.0" }
84
85
86
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
0 commit comments