Commit 0bec3da6cef137a09d353519e087a85a2517b9bb

Authored by yanglingyu
1 parent 69cae26e

no message

Showing 1 changed file with 4 additions and 1 deletions
CNLiveBBASMModule.podspec
@@ -32,12 +32,15 @@ TODO: Add long description of the pod here. @@ -32,12 +32,15 @@ TODO: Add long description of the pod here.
32 32
33 s.vendored_libraries = ['CNLiveBBASMModule/CNLibrary/**/libs/*'] 33 s.vendored_libraries = ['CNLiveBBASMModule/CNLibrary/**/libs/*']
34 s.source_files = 'CNLiveBBASMModule/Classes/**/**/*' 34 s.source_files = 'CNLiveBBASMModule/Classes/**/**/*'
35 - s.vendored_frameworks = ['CNLiveBBASMModule/CNFrameworks/*'] 35 + s.vendored_frameworks = ['CNLiveBBASMModule/CNFrameworks/BaiduWallet_Portal.framework',
  36 + 'CNLiveBBASMModule/CNFrameworks/BainuoCashierSDK.framework']
36 s.static_framework = true 37 s.static_framework = true
37 # s.resources = 'CNLiveBBASMModule/Assets/**/*' 38 # s.resources = 'CNLiveBBASMModule/Assets/**/*'
38 s.resources = ['CNLiveBBASMModule/Assets/*.png', 39 s.resources = ['CNLiveBBASMModule/Assets/*.png',
39 'CNLiveBBASMModule/Assets/ZFPlayer.bundle', 40 'CNLiveBBASMModule/Assets/ZFPlayer.bundle',
40 'CNLiveBBASMModule/Assets/BBASMPyramid.bundle', 41 'CNLiveBBASMModule/Assets/BBASMPyramid.bundle',
  42 + 'CNLiveBBASMModule/CNFrameworks/BaiduWallet_Portal.framework/BaiduWallet_Portal.bundle',
  43 + 'CNLiveBBASMModule/CNFrameworks/BainuoCashierSDK.framework/BainuoCashierSDK.bundle'
41 ] 44 ]
42 # s.public_header_files = 'Pod/Classes/**/*' 45 # s.public_header_files = 'Pod/Classes/**/*'
43 s.frameworks = 'UIKit', 'MapKit' 46 s.frameworks = 'UIKit', 'MapKit'