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",
12 "Yaroslav Moria": "morya.yaroslav@gmail.com"
15 "git": "https://github.com/iden3/ios-rapidsnark.git",
16 "tag": "0.0.1-alpha.5"
24 "pod_target_xcconfig": {
25 "ONLY_ACTIVE_ARCH": "YES",
26 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
28 "user_target_xcconfig": {
29 "ONLY_ACTIVE_ARCH": "YES",
30 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
32 "default_subspecs": "rapidsnark",
36 "source_files": "Sources/C/**/*",
37 "vendored_frameworks": "Libs/Rapidsnark.xcframework",
39 "vendored_frameworks": "Libs/Rapidsnark.xcframework"
44 "source_files": "Sources/rapidsnark/**/*",