[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 4 / c / HappyFFTW / 3.3.9 / HappyFFTW.podspec.json
blob91316cf545abe1605571133f2a87e5d2565a5897
2   "name": "HappyFFTW",
3   "version": "3.3.9",
4   "license": {
5     "type": "GNU General Public License",
6     "file": "LICENSE"
7   },
8   "summary": "FFTW library",
9   "homepage": "https://github.com/happy-health/ios-fftw",
10   "authors": {
11     "Matteo Frigo": "athena@fftw.org",
12     "Steven G. Johnson": "stevenj@math.mit.edu"
13   },
14   "source": {
15     "git": "https://github.com/happy-health/ios-fftw.git",
16     "tag": "3.3.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "static_framework": true,
22   "source_files": "Source/**/*.{h,swift}",
23   "swift_versions": [
24     "5.0"
25   ],
26   "libraries": "fftw",
27   "vendored_libraries": "libfftw.a",
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "swift_version": "5.0"