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 75c3b36 commit 8051bbeCopy full SHA for 8051bbe
CHANGELOG.md
@@ -26,6 +26,11 @@
26
.Success(response, .StreamContent(data, inChunksOf: 1024))
27
```
28
29
+## 1.3.1 (2016-10-07)
30
+
31
+This release fixes a packaging problem in 1.3.0 where the CocoaPod's podspec
32
+for Mockingjay did not contain all the sources.
33
34
## 1.3.0 (2016-09-28)
35
36
This release adds support for Swift 2.3.
Mockingjay.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'Mockingjay'
3
- spec.version = '1.3.0'
+ spec.version = '1.3.1'
4
spec.summary = 'An elegant library for stubbing HTTP requests with ease in Swift.'
5
spec.homepage = 'https://github.com/kylef/Mockingjay'
6
spec.license = { :type => 'BSD', :file => 'LICENSE' }
0 commit comments