Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
metallicalfa2 committed Nov 21, 2020
1 parent df346ac commit a8cfb51
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 6 deletions.
9 changes: 8 additions & 1 deletion Example/TestApplication/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ target 'TestApplication' do
# pod 'Torus-fetchNodeDetails', :git=>'https://github.com/torusresearch/fetch-node-details-swift'
pod "Torus-utils", :path => '../../'
# Pods for TestApplication



target 'TestApplicationTests' do
# Pods for testing
end

post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end

end
4 changes: 2 additions & 2 deletions Example/TestApplication/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ SPEC CHECKSUMS:
PromiseKit: 28fda91c973cc377875d8c0ea4f973013c05b6db
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
Torus-fetchNodeDetails: e9d596dc68bd38f05b3c84f15a9890ab480e9f5e
Torus-utils: 6946deca15836f3126210591cf2a31f169265bed
Torus-utils: c8b3bd3a8573d944f60a6d8d21795a5e886819bb
Torus-web3swift: 793aa9b84ce7eaaf8212624db9a01d2bff74b96d

PODFILE CHECKSUM: 2415f5e3cacc76a9b2ae97d67c198fa0edca2187
PODFILE CHECKSUM: 06ce0718f4492f3ce5d67cd4472ed09aacc8b3e0

COCOAPODS: 1.9.3

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/TestApplication/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Example/TestApplication/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Torus-utils.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Torus-utils"
spec.version = "0.0.21"
spec.version = "0.0.22"
spec.platform = :ios, "10.0"
spec.summary = "Retrieve user shares"
spec.homepage = "https://github.com/torusresearch/torus-utils-swift"
Expand All @@ -13,4 +13,6 @@ Pod::Spec.new do |spec|
spec.dependency 'Torus-fetchNodeDetails', '~> 0.0.1'
spec.dependency 'PromiseKit/Foundation', '~> 6.0'
spec.dependency 'BestLogger', '~> 0.0.1'
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end

0 comments on commit a8cfb51

Please sign in to comment.