[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / a / WnfsBindings / 1.1.0 / WnfsBindings.podspec.json
blobb3736a0bda22cb1c9d89b420036db8c2659ee728
2   "name": "WnfsBindings",
3   "version": "1.1.0",
4   "summary": "Swift bindings for the rust WNFS library",
5   "homepage": "https://github.com/functionland/wnfs-ios-bindings",
6   "authors": {
7     "Homayoun Heidarzadeh": "hhio618@gmail.com"
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/wnfs-ios-bindings/releases/download/v1.1.0/cocoapods-bundle.zip"
18   },
19   "ios": {
20     "vendored_frameworks": "WnfsBindings.xcframework"
21   },
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   }