| { |
| "name": "BlsKit.swift", |
| "module_name": "BlsKit", |
| "version": "1.0.1", |
| "summary": "BLS verification crypto library for Swift", |
| "description": "BlsKit includes crypto verification function that can be used in pure Swift. It uses c++ code from https://github.com/Chia-Network/bls-signatures.", |
| "homepage": "https://github.com/horizontalsystems/bls-kit-ios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Horizontal Systems": "hsdao@protonmail.ch" |
| }, |
| "source": { |
| "git": "https://github.com/horizontalsystems/bls-kit-ios.git", |
| "tag": "1.0.1" |
| }, |
| "social_media_url": "http://horizontalsystems.io/", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": "5", |
| "source_files": "BlsKit/Classes/**/*", |
| "libraries": "c++", |
| "requires_arc": true, |
| "preserve_paths": [ |
| "BlsKit/Libraries" |
| ], |
| "vendored_libraries": [ |
| "BlsKit/Libraries/lib/libbls.a" |
| ], |
| "pod_target_xcconfig": { |
| "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/BlsKit/Libraries/include\" \"${PODS_TARGET_SRCROOT}/BlsKit/Libraries/include/relic\"", |
| "LIBRARY_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/BlsKit/Libraries/lib\"" |
| }, |
| "swift_version": "5" |
| } |