[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 5 / 6 / c / Fula / 0.1.0 / Fula.podspec.json
blob5e677c1568de4e4db000bd184624cfb4fb94e842
2   "name": "Fula",
3   "version": "0.1.0",
4   "summary": "Go-fula for iOS",
5   "homepage": "https://github.com/functionland/go-fula",
6   "authors": {
7     "Functionland": "info@fx.land"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "13.0"
15   },
16   "source": {
17     "http": "https://github.com/functionland/go-fula/releases/download/cocoapods-bundle/cocoapods-bundle.zip"
18   },
19   "source_files": "Headers/*.{h}",
20   "module_map": "Modules/module.modulemap",
21   "vendored_libraries": "libfula.a",
22   "static_framework": true,
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   }