-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfftw.podspec
More file actions
25 lines (21 loc) · 739 Bytes
/
fftw.podspec
File metadata and controls
25 lines (21 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pod::Spec.new do |s|
s.name = "fftw3"
s.version = "3.3.9"
s.summary = "iOS Cocoapod for fftw3 v3.3.9"
s.description = "iOS Cocoapod for fftw3 v3.3.9, Supports iPhone Simulator (i386), armv7, armv7s, arm64."
s.homepage = "http://happy.ai"
s.license = {
:type => 'Copyright',
:text => <<-LICENCE
Copyright 2019 Happy Health, Inc. All rights reserved.
LICENCE
}
s.author = { 'Happy Health, Inc' => 'lim@happy.ai' }
s.source = { :git => "https://github.com/pocketlim/ios-fftw.git", :tag => '3.3.9' }
s.platform = :ios, '5.0'
s.source_files = [
'Source/**/*.{h,c,swift,mlmodel,mlmodelc}',
'lib/*.h'
]
s.vendored_libraries = 'lib/*.a'
end