This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bryant Luk
committed
Sep 16, 2016
1 parent
0ec0fdf
commit 12b83d6
Showing
11 changed files
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'CardIO' | ||
spec.version = '5.4.0' | ||
spec.version = '5.4.1' | ||
spec.license = { type: 'MIT', file: 'LICENSE.md' } | ||
spec.homepage = 'https://www.card.io' | ||
spec.authors = { 'CardIO' => '[email protected]' } | ||
|
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec| | |
spec.platform = :ios, '6.1' | ||
spec.ios.deployment_target = '6.1' | ||
spec.requires_arc = true | ||
spec.source_files = 'CardIO/*.{h,m}' | ||
spec.source_files = 'CardIO/*.h' | ||
spec.frameworks = 'Accelerate', 'AVFoundation', 'AudioToolbox', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'Security', 'UIKit' | ||
spec.libraries = 'c++' | ||
spec.vendored_libraries = 'CardIO/libCardIO.a', 'CardIO/libopencv_core.a', 'CardIO/libopencv_imgproc.a' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
12b83d6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bluk do you remember what the specific issue was here with the ObjC building?
12b83d6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@keith At the time, it would generate an error like:
during compilation. Removing the compilation of the
.m
fixed the issue.12b83d6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've fixed this issue, and solved the original problem with https://github.com/card-io/card.io-iOS-SDK/pull/284/files