[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / d / a / WnfsBindings / 0.1.6 / WnfsBindings.podspec.json
blob17f489e9e5850e48e77a7ba4c6153f6fb1a1a68e
2   "name": "WnfsBindings",
3   "version": "0.1.6",
4   "summary": "Swift bindings for the rust WNFS library",
5   "homepage": "https://github.com/functionland/wnfs-swift-bindings",
6   "authors": {
7     "Homayoun Heidarzadeh": "hhio618@gmail.com"
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/wnfs-swift-bindings/releases/download/v0.1.6/cocoapods-bundle.zip"
18   },
19   "source_files": "include/*.{h}",
20   "module_map": "include/module.modulemap",
21   "ios": {
22     "vendored_libraries": "libwnfsbindings_iossimulator.a"
23   },
24   "osx": {
25     "vendored_libraries": "libwnfsbindings_darwin.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   }