Skip to content

Commit

Permalink
Update .podspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoshuaibin091 committed Jun 9, 2023
1 parent a37c76c commit f08b686
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 3 additions & 2 deletions JYMagicCube.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'JYMagicCube'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'Mobile dynamic solution'
s.description = <<-DESC
It is a complete cross-end native partial card dynamic display technology solution,
Expand All @@ -21,7 +21,8 @@ Pod::Spec.new do |s|
s.homepage = 'https://hellobike.yuque.com/org-wiki-nlsyth/hec0gc/mput57lpnzvhnh7k'
s.author = 'hellobike'
s.source = { :git => 'https://github.com/hellof2e/Wukong.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'
s.requires_arc = true
s.static_framework = true
s.source_files = 'iOS/JYMagicCube/Classes/**/*'
s.resource_bundles = {
Expand Down
6 changes: 3 additions & 3 deletions JYWKJSEngine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'JYWKJSEngine'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'js runtime engine.'
s.description = <<-DESC
js runtime engine of Wukong.
Expand All @@ -17,9 +17,9 @@ Pod::Spec.new do |s|
s.homepage = 'https://hellobike.yuque.com/org-wiki-nlsyth/hec0gc/mput57lpnzvhnh7k'
s.author = 'hellobike'
s.source = { :git => 'https://github.com/hellof2e/Wukong.git', :tag => s.version.to_s }
s.requires_arc = true
s.ios.deployment_target = '10.0'
s.swift_version = '5.0'
s.ios.deployment_target = '9.0'
s.requires_arc = true
s.static_framework = true
s.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES'
Expand Down
7 changes: 5 additions & 2 deletions iOS/Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :ios, '10.0'

post_install do |installer|
installer.generated_projects.each do |project|
project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['CODE_SIGN_IDENTITY'] = ''
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
end
end
end
end

target 'JYMagicCube_Example' do

# pod 'JYMagicCube'
pod 'JYMagicCube', :path => '../../'
# pod 'JYWKJSEngine'
pod 'JYWKJSEngine', :path => '../../', :modular_headers => true

pod 'YogaKit', '~> 1.18.1'
pod 'YYCache', '~> 1.0.4'
pod 'YYCategories', '~> 1.0.4'
Expand Down

0 comments on commit f08b686

Please sign in to comment.