5 "type": "GNU General Public License",
8 "summary": "FFTW library",
9 "homepage": "https://github.com/happy-health/ios-fftw",
11 "Matteo Frigo": "athena@fftw.org",
12 "Steven G. Johnson": "stevenj@math.mit.edu"
15 "git": "https://github.com/happy-health/ios-fftw.git",
21 "static_framework": true,
22 "source_files": "Source/**/*.{h,swift}",
27 "vendored_libraries": "libfftw.a",
28 "pod_target_xcconfig": {
29 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31 "user_target_xcconfig": {
32 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34 "swift_version": "5.0"