From 65c8a00915a1a95fcf64263b14e2f82ebb9c930a Mon Sep 17 00:00:00 2001 From: Frederic Jacobs Date: Mon, 7 Sep 2015 11:58:23 -1000 Subject: [PATCH] Support podspec with frameworks --- 25519.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/25519.podspec b/25519.podspec index e812ebe..45858c9 100644 --- a/25519.podspec +++ b/25519.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = '25519' - spec.version = '2.0.1' + spec.version = '2.0.2' spec.license = { :type => 'GPLv3' } spec.homepage = 'https://github.com/FredericJacobs/25519' spec.preserve_path = 'Sources/ed25519/**/*.{c,h}' @@ -13,7 +13,7 @@ Pod::Spec.new do |spec| spec.source = { :git => 'https://github.com/FredericJacobs/25519.git', :tag => "#{spec.version}" } spec.source_files = 'Classes/*.{h,m}', 'Sources/Curve25519/curve25519-donna.c', 'Sources/ed25519/*.{c,h}', 'Sources/ed25519/additions/*.{c,h}', 'Sources/ed25519/nacl_sha512/*.{c,h}', 'Sources/ed25519/nacl_includes/*.{c,h}' - spec.private_header_files = 'Sources/ed25519/*.h', 'Sources/ed25519/nacl_includes/*.h','Sources/ed25519/additions/*.h', 'Sources/ed25519/nacl_sha512/*.h' + #spec.private_header_files = 'Sources/ed25519/nacl_includes/*.h','Sources/ed25519/additions/*.h', 'Sources/ed25519/nacl_sha512/*.h' spec.framework = 'Security' spec.public_header_files = "Classes/*.h" spec.requires_arc = true