Support podspec with frameworks

This commit is contained in:
Frederic Jacobs 2015-09-07 11:58:23 -10:00
parent c39ba5054d
commit 65c8a00915
1 changed files with 2 additions and 2 deletions

View File

@ -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