This repository was archived by the owner on Aug 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66Pod ::Spec . new do |s |
77 s . name = 'BLOCKv'
8- s . version = '1.1 .0'
8+ s . version = '2.0 .0'
99 s . summary = 'The BLOCKv SDK allows you to easily integrate your apps into the BLOCKv Platform.'
1010 s . homepage = 'https://blockv.io'
1111 s . license = { :type => 'BLOCKv AG' , :file => 'LICENSE' }
@@ -31,9 +31,9 @@ Pod::Spec.new do |s|
3131 s . dependency 'BLOCKv/Core'
3232 s . dependency 'FLAnimatedImage' , '~> 1.0' # Gifs
3333 s . dependency 'Nuke' , '~> 7.0' # Image downloading
34- s . resource_bundles = {
35- 'FaceModule' => [ 'BlockV/Face/Face Views/**/*.{xib}' ]
36- }
34+ # s.resource_bundles = {
35+ # 'FaceModule' => ['BlockV/Face/Face\ Views/**/*.{xib}']
36+ # }
3737 #s.exclude_files = "**/Info*.plist"
3838 end
3939
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.1.8 </string >
20+ <string >1.1.9 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >11 </string >
24+ <string >12 </string >
2525 <key >ENVIRONMENT_MAPPING </key >
2626 <string >$(ENVIRONMENT_MAPPING) </string >
2727 <key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments