[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 2 / 4 / c / rapidsnark / 0.0.1-alpha.5 / rapidsnark.podspec.json
blob1e29a388550b5f3c86f94e042bc5a0bab063f11e
2   "name": "rapidsnark",
3   "version": "0.0.1-alpha.5",
4   "summary": "Swift wrapper for the rapidsnark proof generation library.",
5   "description": "This library is Swift wrapper for the [Rapidsnark](https://github.com/iden3/rapidsnark). It enables the\ngeneration of proofs for specified circuits within an iOS environment.",
6   "homepage": "https://github.com/iden3/ios-rapidsnark",
7   "license": {
8     "type": "GNU",
9     "file": "COPYING"
10   },
11   "authors": {
12     "Yaroslav Moria": "morya.yaroslav@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/iden3/ios-rapidsnark.git",
16     "tag": "0.0.1-alpha.5"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": [
22     "5"
23   ],
24   "pod_target_xcconfig": {
25     "ONLY_ACTIVE_ARCH": "YES",
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
27   },
28   "user_target_xcconfig": {
29     "ONLY_ACTIVE_ARCH": "YES",
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
31   },
32   "default_subspecs": "rapidsnark",
33   "subspecs": [
34     {
35       "name": "C",
36       "source_files": "Sources/C/**/*",
37       "vendored_frameworks": "Libs/Rapidsnark.xcframework",
38       "ios": {
39         "vendored_frameworks": "Libs/Rapidsnark.xcframework"
40       }
41     },
42     {
43       "name": "rapidsnark",
44       "source_files": "Sources/rapidsnark/**/*",
45       "dependencies": {
46         "rapidsnark/C": [
48         ]
49       },
50       "ios": {
51         "dependencies": {
52           "rapidsnark/C": [
54           ]
55         }
56       }
57     }
58   ],
59   "swift_version": "5"