Skip to content

Commit

Permalink
Renamed pod
Browse files Browse the repository at this point in the history
  • Loading branch information
v57 committed Dec 5, 2018
1 parent 915abef commit 9b7e183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions secp256k1.podspec → secp256k1.c.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'secp256k1'
spec.version = '0.1.1'
spec.name = 'secp256k1.c'
spec.version = '0.1.2'
spec.ios.deployment_target = "8.0"
spec.osx.deployment_target = "10.10"
spec.tvos.deployment_target = "9.0"
Expand All @@ -9,12 +9,12 @@ Pod::Spec.new do |spec|
spec.summary = 'secp256k1 module for web3swift'
spec.homepage = 'https://github.com/bankex/web3swift'
spec.author = 'Bankex Foundation'
spec.source = { :git => 'https://github.com/v57/secp256k1.c', :tag => String(spec.version) }
spec.source = { :git => 'https://github.com/v57/secp256k1.c.git', :tag => String(spec.version) }
spec.pod_target_xcconfig = {
'OTHER_CFLAGS' => '-O3',
'OTHER_CFLAGS' => '-pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-shorten-64-to-32 -Wno-conditional-uninitialized -Wno-unused-function -Wno-long-long -Wno-overlength-strings -O3',
'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/secp256k1"'
}
spec.source_files = 'secp256k1/**/*.{c,h}'
spec.public_header_files = 'secp256k1/include/*.h'
spec.module_name = 'secp256k1'
end

Binary file removed secp256k1/.DS_Store
Binary file not shown.

0 comments on commit 9b7e183

Please sign in to comment.