File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77### Added
88* It's now possible to cancel a running Assembly
99* Bumped TUSKit version
10+ * Allow passing of custom fields to assembly creating by passing them to ` createAssembly ` methods
1011
1112## 3.1.0
1213
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'Transloadit'
11- s . version = '3.1 .0'
11+ s . version = '3.2 .0'
1212 s . summary = 'Transloadit client in Swift'
1313 s . swift_version = '5.0'
1414
@@ -28,10 +28,10 @@ Swift client for http://transloadit.com called TransloaditKit. Mac and iOS compa
2828 s . source = { :git => 'https://github.com/transloadit/TransloaditKit.git' , :tag => s . version . to_s }
2929
3030 s . ios . deployment_target = '10.0'
31- s . osx . deployment_target = '10.10 '
31+ s . osx . deployment_target = '10.11 '
3232
3333 s . source_files = 'Sources/TransloaditKit/**/*'
3434
35- s . dependency 'TUSKit' , '~> 3.1.5 '
35+ s . dependency 'TUSKit' , '~> 3.3.0 '
3636
3737end
You can’t perform that action at this time.
0 commit comments