Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
Fix AF and AFImage update; bump to v 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spinosa committed Sep 13, 2016
1 parent 8aa08c7 commit d592308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pod/Classes/internal/stats/_WistiaStatsManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private class JsonToBase64InBodyEncoder : ParameterEncoding {
}

func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
var urlReq = urlRequest.urlRequest
var urlReq = try urlRequest.asURLRequest()
let jsonData = try JSONSerialization.data(withJSONObject: json, options: JSONSerialization.WritingOptions(rawValue: 0))
urlReq.httpBody = jsonData.base64EncodedData()
return urlReq
Expand Down
2 changes: 1 addition & 1 deletion WistiaKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "WistiaKit"
s.version = "0.12.1"
s.version = "0.12.2"
s.summary = "Access and playback all of your Wistia media"

s.description = <<-DESC
Expand Down

0 comments on commit d592308

Please sign in to comment.