File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'CardIO'
3
- spec . version = '5.3.2 '
3
+ spec . version = '5.4.0 '
4
4
spec . license = { type : 'MIT' , file : 'LICENSE.md' }
5
5
spec . homepage = 'https://www.card.io'
6
6
spec . authors = { 'CardIO' => 'support@paypal.com' }
Original file line number Diff line number Diff line change 1
1
card.io iOS SDK release notes
2
2
=============================
3
3
4
+ 5.4.0 (Fri 09/16/2016)
5
+
6
+ * Add methods with card.io specific signatures to avoid name collisions
7
+ ( https://github.com/card-io/card.io-iOS-SDK/issues/201 )
8
+ * Add .m so that CocoaPods will generate CardIO modulemap. Thanks to @keith.
9
+ ( https://github.com/card-io/card.io-iOS-SDK/pull/210 )
10
+ * Update CardIOViewStream's previewLayer to be CALayer. Thanks to @wisolith.
11
+ ( https://github.com/card-io/card.io-iOS-source/pull/63 )
12
+ * Update CardIOVideoStream's delegate to be a UIResponder. Thanks to @reidmain.
13
+ ( https://github.com/card-io/card.io-iOS-source/pull/70 )
14
+ * Remove incorrect warning about `suppressScanConfirmation`. Thanks to @kballard.
15
+ ( https://github.com/card-io/card.io-iOS-SDK/issues/217 )
16
+ * Fix warnings when building from source
17
+
4
18
5.3.2 (Mon 04/11/2016)
5
19
6
20
* Fix memory management issues with CMSampleBufferRef causing crash
You can’t perform that action at this time.
0 commit comments