[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 9 / 5 / FulaMobile / 0.1.0 / FulaMobile.podspec.json
blobe11ac62f7444ab9cca1defecb19c296d5c1ba95f
2   "name": "FulaMobile",
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": "11.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   "ios": {
22     "vendored_libraries": "libfula_ios.a"
23   },
24   "osx": {
25     "vendored_libraries": "libfula_iossimulator.a"
26   },
27   "static_framework": true,
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   }