|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
|
|
Pod::Spec.new do |s| |
|
|
|
|
s.name = 'cocos_view_pod' |
|
|
|
|
s.version = '0.1.10' |
|
|
|
|
s.version = '0.1.11' |
|
|
|
|
s.summary = 'A short description of cocos_view_pod.' |
|
|
|
|
|
|
|
|
|
# This description is used to generate tags and improve search results. |
|
|
|
@ -38,11 +38,9 @@ TODO: Add long description of the pod here. |
|
|
|
|
s.module_name = 'cocos_view_pod' |
|
|
|
|
s.pod_target_xcconfig = { |
|
|
|
|
'OTHER_LDFLAGS' => '$(inherited) -Wl,-ld_classic,-no_platform_version,-all_load,-ObjC', |
|
|
|
|
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', |
|
|
|
|
'VALID_ARCHS' => 'x86_64 arm64', |
|
|
|
|
'ENABLE_BITCODE' => 'NO', |
|
|
|
|
'CODE_SIGNING_ALLOWED' => 'NO', |
|
|
|
|
'CODE_SIGNING_REQUIRED' => 'NO' |
|
|
|
|
'CODE_SIGNING_REQUIRED' => 'NO', |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# s.resource_bundles = { |
|
|
|
|