We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c47118 commit ffaa656Copy full SHA for ffaa656
1 file changed
MultipartDataBuilder.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "MultipartDataBuilder"
3
- spec.version = "3.0.0-alpha4"
+ spec.version = "3.0.0-alpha5"
4
spec.license = "MIT"
5
spec.summary = "Micro framework for creating multipart forms"
6
spec.homepage = "https://github.com/mogstad/multipart_data_builder"
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
9
}
10
spec.source = {
11
:git => "https://github.com/mogstad/multipart_data_builder.git",
12
- :tag => "v3.0.0-alpha4"
+ :tag => "v3.0.0-alpha5"
13
14
spec.platforms = {
15
:ios => "9.0"
0 commit comments