[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / d / a / WnfsBindings / 0.1.5 / WnfsBindings.podspec.json
blobfeb5ad56e0df67c7762ea33f4719237ab4cada59
2   "name": "WnfsBindings",
3   "version": "0.1.5",
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.5/cocoapods-bundle.zip"
18   },
19   "source_files": "include/*.{h}",
20   "ios": {
21     "vendored_libraries": "libwnfsbindings_iossimulator.a"
22   },
23   "osx": {
24     "vendored_libraries": "libwnfsbindings_darwin.a"
25   },
26   "static_framework": true,
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   }