Skip to content

Commit

Permalink
update podsepc
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFruity committed Dec 2, 2020
1 parent 4cf195e commit 91a243e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion OCRunner.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OCRunner"
s.version = "1.0.5"
s.version = "1.0.6"
s.summary = "OCRunner"
s.description = <<-DESC
Execute Objective-C code Dynamically. iOS hotfix SDK.
Expand All @@ -11,6 +11,10 @@ s.author = { "SilverFruity" => "[email protected]" }
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/SilverFruity/OCRunner.git", :tag => "#{s.version}" }
s.source_files = "OCRunner/**/*.{h,m,c}"
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.vendored_libraries = 'OCRunner/libffi/libffi.a'
s.dependency "ORPatchFile", "1.0.4"
end
Expand Down
2 changes: 1 addition & 1 deletion OCRunnerArm64.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OCRunnerArm64"
s.version = "1.0.5"
s.version = "1.0.6"
s.summary = "OCRunnerArm64"
s.description = <<-DESC
Only Support Arm64, Execute Objective-C code Dynamically. iOS hotfix SDK.
Expand Down

0 comments on commit 91a243e

Please sign in to comment.